diff options
Diffstat (limited to 'lib/widgets/ephy-location-entry.c')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index e7b30f867..bca1d9790 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -237,6 +237,7 @@ ephy_location_entry_init (EphyLocationEntry *w) p->user_changed = TRUE; p->activation_mode = FALSE; p->autocompletion_key = NULL; + p->autocompletion_window_visible = FALSE; ephy_location_entry_construct_contents (w); |