From 7ed5f59771262651ee8b0d29a123e43a6ac0b6c6 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 17 Feb 2009 15:59:18 +0000 Subject: Miscellaneous bug fixes. Kill e-util/e-corba-utils.[ch]. svn path=/branches/kill-bonobo/; revision=37283 --- widgets/misc/e-icon-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc') diff --git a/widgets/misc/e-icon-entry.c b/widgets/misc/e-icon-entry.c index 86e42488a7..cfcce8f8c5 100644 --- a/widgets/misc/e-icon-entry.c +++ b/widgets/misc/e-icon-entry.c @@ -75,7 +75,7 @@ icon_entry_create_proxy (GtkAction *action) proxy = gtk_event_box_new (); gtk_event_box_set_visible_window (GTK_EVENT_BOX (proxy), FALSE); gtk_container_set_border_width (GTK_CONTAINER (proxy), 2); - gtk_action_connect_proxy (action, proxy); + gtk_widget_show (proxy); widget = gtk_action_create_icon (action, GTK_ICON_SIZE_MENU); gtk_container_add (GTK_CONTAINER (proxy), widget); -- cgit v1.2.3