summaryrefslogtreecommitdiff
path: root/gtk/gtkseparatortoolitem.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-01-22 23:47:42 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-01-22 23:47:42 +0000
commit1b2ff84cbf018cbbcefb7e1545343cb493be1db7 (patch)
treecf185eed22b4ab40a8fa767d54fe6115e3ece27c /gtk/gtkseparatortoolitem.h
parente2551adbd7a8b5caab099f7d20e1ace6204b96cb (diff)
downloadgtk+-1b2ff84cbf018cbbcefb7e1545343cb493be1db7.tar.gz
Patch from Christian Neumair to make warning string more translator
Thu Jan 22 18:45:26 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtkicontheme.c: Patch from Christian Neumair to make warning string more translator friendly. * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch] gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc happy. * configure.in: Require GLib-2.3.2, version 2.3.2, interface age 0, binary age 302. * NEWS: Organized, added some names.
Diffstat (limited to 'gtk/gtkseparatortoolitem.h')
-rw-r--r--gtk/gtkseparatortoolitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkseparatortoolitem.h b/gtk/gtkseparatortoolitem.h
index 4ba5dc9b8d..7e637f1bd4 100644
--- a/gtk/gtkseparatortoolitem.h
+++ b/gtk/gtkseparatortoolitem.h
@@ -60,7 +60,7 @@ GType gtk_separator_tool_item_get_type (void) G_GNUC_CONST;
GtkToolItem *gtk_separator_tool_item_new (void);
gboolean gtk_separator_tool_item_get_draw (GtkSeparatorToolItem *item);
-void gtk_separator_tool_item_set_draw (GtkSeparatorToolItem *tool_item,
+void gtk_separator_tool_item_set_draw (GtkSeparatorToolItem *item,
gboolean draw);
G_END_DECLS