diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/ephy-toolbar.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |