diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-11 09:47:33 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-11 09:47:33 +0400 |
commit | db57826a2f7bcb28c22db71ebd9127e980ce9e83 (patch) | |
tree | 04486b159182c701412633e93e1d2d77aafa8af7 /saedit/main.h | |
parent | ce00f0c02e785db498e59d006251d98d3234e835 (diff) | |
download | evol-tools-db57826a2f7bcb28c22db71ebd9127e980ce9e83.tar.gz evol-tools-db57826a2f7bcb28c22db71ebd9127e980ce9e83.tar.bz2 evol-tools-db57826a2f7bcb28c22db71ebd9127e980ce9e83.tar.xz evol-tools-db57826a2f7bcb28c22db71ebd9127e980ce9e83.zip |
saedit: Add scrollbars
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; |