summaryrefslogtreecommitdiff
path: root/gtk/gtkuimanager.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-07 06:08:07 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-07 06:08:07 +0000
commit36d81d40858e4a2782b0a887554f3070c3efac46 (patch)
treeface7c2b606e325c821bc5a266717783df8a717f /gtk/gtkuimanager.c
parent91cde9cedf61539949f89689629dbcb4308ea645 (diff)
downloadgdk-pixbuf-36d81d40858e4a2782b0a887554f3070c3efac46.tar.gz
Fix actiongroup-action interaction that relied on actions connecting to
2006-01-07 Matthias Clasen <mclasen@redhat.com> Fix actiongroup-action interaction that relied on actions connecting to notify on themselves: * gtk/gtkaction.[hc]: Factor out the code updating the visibility/sensitivity of proxies into _gtk_action_sync_visible() and _gtk_action_sync_sensible(). * gtk/gtkactiongroup.c: Call the new functions when the group visibility/sensitivity changes.
Diffstat (limited to 'gtk/gtkuimanager.c')
-rw-r--r--gtk/gtkuimanager.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkuimanager.c b/gtk/gtkuimanager.c
index 3c2732025..5d0453005 100644
--- a/gtk/gtkuimanager.c
+++ b/gtk/gtkuimanager.c
@@ -2008,10 +2008,6 @@ enum {
SEPARATOR_MODE_HIDDEN
};
-void _gtk_action_sync_menu_visible (GtkAction *action,
- GtkWidget *proxy,
- gboolean empty);
-
static void
update_smart_separators (GtkWidget *proxy)
{