From c765b880677acb195f0c03b153bb02d66353251b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 4 Aug 2004 10:33:12 +0000 Subject: Adjust comment for fixed bug --- src/ephy-location-action.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index e34b2c1af..6e524c9a3 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -271,10 +271,12 @@ connect_proxy (GtkAction *action, GtkWidget *proxy) G_CALLBACK (user_changed_cb), action, 0); } - /* we need to connect to this before chaining up, since gtkaction's + /* FIXME: when porting to gtk+ 2.6, use "visible-overflown" + * property on GtkAction instead. + * we need to connect to this before chaining up, since gtkaction's * connect_proxy connects a routine there which uses create_menu_item * method to generate a menu proxy (and create_menu_item CANNOT return - * NULL. See bug #133446.) + * NULL. See bug #133446. */ g_signal_connect_object (proxy, "create_menu_proxy", G_CALLBACK (create_menu_proxy_cb), -- cgit v1.2.3