summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saedit/main.c2
-rw-r--r--saedit/main.h6
-rwxr-xr-xsaedit/saeditbin457610 -> 457582 bytes
3 files changed, 1 insertions, 7 deletions
diff --git a/saedit/main.c b/saedit/main.c
index e069f78..769b55f 100644
--- a/saedit/main.c
+++ b/saedit/main.c
@@ -407,9 +407,9 @@ gboolean set_up_action_by_name(const gchar *name, SAEInfo *sae_info) {
}
void actions_combo_box_changed_handler(GtkComboBox *widget, gpointer user_data) {
- set_up_action_by_name(gtk_combo_box_get_active_text(widget), gen_sae_info);
if (player != NULL)
set_up_action_by_name(gtk_combo_box_get_active_text(widget), player);
+ set_up_action_by_name(gtk_combo_box_get_active_text(widget), gen_sae_info);
}
void animations_combo_box_changed_handler(GtkComboBox *widget, gpointer user_data) {
diff --git a/saedit/main.h b/saedit/main.h
index f84ef5a..afa5a48 100644
--- a/saedit/main.h
+++ b/saedit/main.h
@@ -166,17 +166,11 @@ GtkWidget *source_view = NULL;
GtkSourceBuffer *source_buffer = NULL;
-//GList *imagesets = NULL;
-//GList *actions = NULL;
-//GList *animations = NULL;
SAEInfo *gen_sae_info = NULL;
SAEInfo *player = NULL;
GdkPixbuf *icon = NULL;
-//XMLNode *root = NULL;
-//ImagesetInfo *imageset = NULL;
-//guint running_animation = 0;
Options *paths;
Keys *config;
diff --git a/saedit/saedit b/saedit/saedit
index 7e7d1a8..8d0488f 100755
--- a/saedit/saedit
+++ b/saedit/saedit
Binary files differ