aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-08-04 18:33:12 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-04 18:33:12 +0800
commitc765b880677acb195f0c03b153bb02d66353251b (patch)
treeb19252bce86155b558931745073e185d3a3caf27 /src
parent65af4b8bde07e527755baf16169993d8d157b720 (diff)
downloadgsoc2013-epiphany-c765b880677acb195f0c03b153bb02d66353251b.tar
gsoc2013-epiphany-c765b880677acb195f0c03b153bb02d66353251b.tar.gz
gsoc2013-epiphany-c765b880677acb195f0c03b153bb02d66353251b.tar.bz2
gsoc2013-epiphany-c765b880677acb195f0c03b153bb02d66353251b.tar.lz
gsoc2013-epiphany-c765b880677acb195f0c03b153bb02d66353251b.tar.xz
gsoc2013-epiphany-c765b880677acb195f0c03b153bb02d66353251b.tar.zst
gsoc2013-epiphany-c765b880677acb195f0c03b153bb02d66353251b.zip
Adjust comment for fixed bug
Diffstat (limited to 'src')
-rw-r--r--src/ephy-location-action.c6
1 files 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),