From d472d37f725e292602d8b7db87107157cc27971c Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 11 Mar 2005 21:17:00 +0000 Subject: Add FIXME comment about gtkmozembed focus --- src/ephy-toolbar.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c index e9468e481..958ef9203 100755 --- a/src/ephy-toolbar.c +++ b/src/ephy-toolbar.c @@ -450,6 +450,8 @@ ephy_toolbar_activate_location (EphyToolbar *toolbar) /* happens when the user has removed the location entry from * the toolbars, or when it's overflown + * FIXME: if gtkmozembed focus is ever fixed, we want to correct this, + * since then we want to activate the toolbar even if it's hidden. */ if (entry == NULL || !GTK_WIDGET_REALIZED (entry)) return; -- cgit v1.2.3