diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index 89422cbca..52d69300f 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -559,7 +559,8 @@ ephy_location_entry_autocompletion_sources_changed_cb (EphyAutocompletion *aw, LOG ("in ephy_location_entry_autocompletion_sources_changed_cb") if (p->show_alternatives_timeout == 0 - && p->autocompletion_window_visible) + && p->autocompletion_window_visible + && GTK_WIDGET_VISIBLE (p->autocompletion_window)) { p->show_alternatives_timeout = g_timeout_add (SHOW_ALTERNATIVES_DELAY, |