From 1b2ff84cbf018cbbcefb7e1545343cb493be1db7 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 22 Jan 2004 23:47:42 +0000 Subject: Patch from Christian Neumair to make warning string more translator Thu Jan 22 18:45:26 2004 Owen Taylor * 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. --- gtk/gtkseparatortoolitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkseparatortoolitem.h') 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 -- cgit v1.2.1