aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-toolbar.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2005-03-12 05:17:00 +0800
committerChristian Persch <chpe@src.gnome.org>2005-03-12 05:17:00 +0800
commitd472d37f725e292602d8b7db87107157cc27971c (patch)
tree332e015dd1682588b78658680ecc8ffe25359fcd /src/ephy-toolbar.c
parent5e41bc513f3dddaf7edd80589c6de1af404897d3 (diff)
downloadgsoc2013-epiphany-d472d37f725e292602d8b7db87107157cc27971c.tar
gsoc2013-epiphany-d472d37f725e292602d8b7db87107157cc27971c.tar.gz
gsoc2013-epiphany-d472d37f725e292602d8b7db87107157cc27971c.tar.bz2
gsoc2013-epiphany-d472d37f725e292602d8b7db87107157cc27971c.tar.lz
gsoc2013-epiphany-d472d37f725e292602d8b7db87107157cc27971c.tar.xz
gsoc2013-epiphany-d472d37f725e292602d8b7db87107157cc27971c.tar.zst
gsoc2013-epiphany-d472d37f725e292602d8b7db87107157cc27971c.zip
Add FIXME comment about gtkmozembed focus
Diffstat (limited to 'src/ephy-toolbar.c')
-rwxr-xr-xsrc/ephy-toolbar.c2
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;