summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2011-06-11 09:47:33 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2011-06-11 09:47:33 +0400
commitdb57826a2f7bcb28c22db71ebd9127e980ce9e83 (patch)
tree04486b159182c701412633e93e1d2d77aafa8af7 /saedit/main.h
parentce00f0c02e785db498e59d006251d98d3234e835 (diff)
downloadevol-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.h3
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;