summaryrefslogtreecommitdiff
path: root/saedit/main.c
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2012-01-31 19:43:08 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2012-01-31 19:43:08 +0400
commit0c9df28b0a3f7d3576f9cbe6df8233b7883abe71 (patch)
tree312fec35680a1b58eca1f9c54eec39366ae78529 /saedit/main.c
parente0e931518b1e5072749e2f2db768a9f0ed899d30 (diff)
downloadtools-0c9df28b0a3f7d3576f9cbe6df8233b7883abe71.tar.gz
tools-0c9df28b0a3f7d3576f9cbe6df8233b7883abe71.tar.bz2
tools-0c9df28b0a3f7d3576f9cbe6df8233b7883abe71.tar.xz
tools-0c9df28b0a3f7d3576f9cbe6df8233b7883abe71.zip
Some changes
Diffstat (limited to 'saedit/main.c')
-rw-r--r--saedit/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/main.c b/saedit/main.c
index b0f1b3b..adce108 100644
--- a/saedit/main.c
+++ b/saedit/main.c
@@ -282,7 +282,7 @@ void set_up_actions_by_imageset_name(gchar *imageset_name, SAEInfo *sae_info) {
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(sae_info->actions_combo_box), xml_node_get_attr_value(node, "name"));
list = list->next;
}
- if (sae_info->actions_combo_box != NULL);
+ if (sae_info->actions_combo_box != NULL)
gtk_combo_box_set_active(GTK_COMBO_BOX(sae_info->actions_combo_box), 0);
}