diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-01-22 23:47:42 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-01-22 23:47:42 +0000 |
commit | 1b2ff84cbf018cbbcefb7e1545343cb493be1db7 (patch) | |
tree | cf185eed22b4ab40a8fa767d54fe6115e3ece27c /gtk/gtktoolbar.c | |
parent | e2551adbd7a8b5caab099f7d20e1ace6204b96cb (diff) | |
download | gtk+-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/gtktoolbar.c')
-rw-r--r-- | gtk/gtktoolbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index 39a4a0bb1a..b1b004092a 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -1959,7 +1959,7 @@ logical_to_physical (GtkToolbar *toolbar, /** * gtk_toolbar_set_drop_highlight_item: * @toolbar: a #GtkToolbar - * @item: a #GtkToolItem, or %NULL to turn of highlighting + * @tool_item: a #GtkToolItem, or %NULL to turn of highlighting * @index: a position on @toolbar * * Highlights @toolbar to give an idea of what it would look like |