diff options
author | Mathias Hasselmann <hasselmm@src.gnome.org> | 2008-01-13 23:41:46 +0000 |
---|---|---|
committer | Mathias Hasselmann <hasselmm@src.gnome.org> | 2008-01-13 23:41:46 +0000 |
commit | e3625b6dfb37b98652e12825849069e9c7084f14 (patch) | |
tree | ff374320b309ec1fdc8d6e41aa23fbc9e4df362e /gtk/gtktoolbar.c | |
parent | da0cee49ddf80f65f2dff2ece55acbc78d4f430a (diff) | |
download | gtk+-e3625b6dfb37b98652e12825849069e9c7084f14.tar.gz |
Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShell
implementations to notify its children, when some aspect of their
configuration changed (#509042).
* gtk/gtk.symbols: Add gtk_tool_item_toolbar_reconfigured.
* gtk/gtktoolbar.c, gtk/gtktoolitem.c, gtk/gtktoolitem.h:
Rename _gtk_tool_item_toolbar_reconfigured.
svn path=/trunk/; revision=19361
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 8b1caddb77..70fc3171dd 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -4594,7 +4594,7 @@ toolbar_content_toolbar_reconfigured (ToolbarContent *content, switch (content->type) { case TOOL_ITEM: - _gtk_tool_item_toolbar_reconfigured (content->u.tool_item.item); + gtk_tool_item_toolbar_reconfigured (content->u.tool_item.item); break; case COMPATIBILITY: |