diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-17 23:59:18 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-17 23:59:18 +0800 |
commit | 7ed5f59771262651ee8b0d29a123e43a6ac0b6c6 (patch) | |
tree | dfdd3b5b9b049361f6eeb92ca449c3be83434d31 /widgets | |
parent | bf3f62476491b492b9d37aee6051e8f1b16ce655 (diff) | |
download | gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.gz gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.zst gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.zip |
Miscellaneous bug fixes.
Kill e-util/e-corba-utils.[ch].
svn path=/branches/kill-bonobo/; revision=37283
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-icon-entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |