forked from AuroraMiddleware/gtk
Call gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
2004-01-06 Jody Goldberg <jody@gnome.org> * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
This commit is contained in:
parent
f9aff042b8
commit
72b7abd535
@ -12,6 +12,11 @@
|
||||
* gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
|
||||
that proceeded the end-of-sentence punctuation. Fixes: #130353.
|
||||
|
||||
2004-01-06 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call
|
||||
gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
|
||||
|
||||
2004-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
|
||||
|
@ -12,6 +12,11 @@
|
||||
* gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
|
||||
that proceeded the end-of-sentence punctuation. Fixes: #130353.
|
||||
|
||||
2004-01-06 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call
|
||||
gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
|
||||
|
||||
2004-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
|
||||
|
@ -12,6 +12,11 @@
|
||||
* gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
|
||||
that proceeded the end-of-sentence punctuation. Fixes: #130353.
|
||||
|
||||
2004-01-06 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call
|
||||
gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
|
||||
|
||||
2004-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
|
||||
|
@ -12,6 +12,11 @@
|
||||
* gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
|
||||
that proceeded the end-of-sentence punctuation. Fixes: #130353.
|
||||
|
||||
2004-01-06 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call
|
||||
gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
|
||||
|
||||
2004-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
|
||||
|
@ -12,6 +12,11 @@
|
||||
* gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
|
||||
that proceeded the end-of-sentence punctuation. Fixes: #130353.
|
||||
|
||||
2004-01-06 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call
|
||||
gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
|
||||
|
||||
2004-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
|
||||
|
@ -300,7 +300,7 @@ gtk_tool_item_set_property (GObject *object,
|
||||
gtk_tool_item_set_visible_horizontal (toolitem, g_value_get_boolean (value));
|
||||
break;
|
||||
case PROP_VISIBLE_VERTICAL:
|
||||
gtk_tool_item_set_visible_horizontal (toolitem, g_value_get_boolean (value));
|
||||
gtk_tool_item_set_visible_vertical (toolitem, g_value_get_boolean (value));
|
||||
break;
|
||||
case PROP_IS_IMPORTANT:
|
||||
gtk_tool_item_set_is_important (toolitem, g_value_get_boolean (value));
|
||||
|
Loading…
Reference in New Issue
Block a user