[anjuta] am-project: Fix a crash when changing target properties
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] am-project: Fix a crash when changing target properties
- Date: Sat, 19 Jan 2013 21:30:55 +0000 (UTC)
commit 3ec1e9a048f294efd12049cea9ea929167f94da0
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Sat Jan 19 17:36:45 2013 +0100
am-project: Fix a crash when changing target properties
plugins/am-project/am-writer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/am-project/am-writer.c b/plugins/am-project/am-writer.c
index 9c50ff1..2a85c17 100644
--- a/plugins/am-project/am-writer.c
+++ b/plugins/am-project/am-writer.c
@@ -1702,7 +1702,7 @@ gboolean amp_project_update_am_property (AmpProject *project, AnjutaProjectNode
for (arg = anjuta_token_first_word (args); arg != NULL;)
{
- gchar *arg_value = anjuta_token_evaluate (arg);
+ gchar *arg_value = anjuta_token_evaluate_name (arg);
while (isspace (*value)) value++;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]