summaryrefslogtreecommitdiffstats
path: root/src/flood-context.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-04-12 08:30:45 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-04-12 08:30:45 +0000
commit611a2ee269bf05831405e359ae2212440d264d5b (patch)
treeffa92e75cccc267df21a0d552290669429321d13 /src/flood-context.h
parentuse touchpath selection when rubberbanding with Alt; do move-selected with Al... (diff)
downloadinkscape-611a2ee269bf05831405e359ae2212440d264d5b.tar.gz
inkscape-611a2ee269bf05831405e359ae2212440d264d5b.zip
Switched paint bucket toolbar to stock GTK+ toobar, including minor MVC cleanup on flood-context
More work for bug #1469554 (bzr r2866)
Diffstat (limited to 'src/flood-context.h')
-rw-r--r--src/flood-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flood-context.h b/src/flood-context.h
index 269d2856a..fd26403b5 100644
--- a/src/flood-context.h
+++ b/src/flood-context.h
@@ -50,6 +50,6 @@ struct SPFloodContextClass {
GtkType sp_flood_context_get_type (void);
GList* flood_channels_dropdown_items_list (void);
-void flood_channels_changed(GtkComboBox *cbox, GtkWidget *tbl);
+void flood_channels_set_channels( gint channels );
#endif