diff options
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/saedit/main.h b/saedit/main.h index 00ba08c..e4cf029 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -74,7 +74,8 @@ GtkWidget *xml_file_save_button = NULL; GtkWidget *imagesets_combo_box = NULL; GtkWidget *actions_combo_box = NULL; GtkWidget *animations_combo_box = NULL; -GtkSourceBuffer *sbuf = NULL; + +GtkSourceBuffer *source_buffer = NULL; GList *imagesets = NULL; GList *actions = NULL; |