diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-10 10:01:35 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-10 10:01:35 +0400 |
commit | 1ce7e90f4e738b91362a701af8ea87976a8b4509 (patch) | |
tree | 5ec83fff62516fa58aa1109c77ededa1598d689c /saedit/main.h | |
parent | 13a234f21b23ff833271cb5c7ad118545e969d9f (diff) | |
download | evol-tools-1ce7e90f4e738b91362a701af8ea87976a8b4509.tar.gz evol-tools-1ce7e90f4e738b91362a701af8ea87976a8b4509.tar.bz2 evol-tools-1ce7e90f4e738b91362a701af8ea87976a8b4509.tar.xz evol-tools-1ce7e90f4e738b91362a701af8ea87976a8b4509.zip |
saedit: Fix some typos and type incompatibilites
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/main.h b/saedit/main.h index 3d57bb0..b211603 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -98,7 +98,7 @@ static void actions_combo_box_changed_handler(GtkComboBox *widget, gpointer user static void animations_combo_box_changed_handler(GtkComboBox *widget, gpointer user_data); static void set_up_imageset_by_node(XMLNode *node); static void imagesets_combo_box_changed_handler(GtkComboBox *widget, gpointer user_data); -static void parse_xml_buffer(GtkWidget *button, gpointer buffer); +static void parse_xml_buffer(GtkWidget *button, GtkSourceBuffer *buffer); static void set_up_interface(); static void show_about_dialog(); static void show_imageset_window(); |