diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-20 19:48:40 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-20 19:48:40 +0800 |
commit | 1035bd4db9c5946dd188282de99584757a6ba5a4 (patch) | |
tree | 4e8dd54f76f8450ac64d411f7af0a6d07770cd4e /lib | |
parent | b93121c147570503f42ce2d1d619296b26081d59 (diff) | |
download | gsoc2013-epiphany-1035bd4db9c5946dd188282de99584757a6ba5a4.tar gsoc2013-epiphany-1035bd4db9c5946dd188282de99584757a6ba5a4.tar.gz gsoc2013-epiphany-1035bd4db9c5946dd188282de99584757a6ba5a4.tar.bz2 gsoc2013-epiphany-1035bd4db9c5946dd188282de99584757a6ba5a4.tar.lz gsoc2013-epiphany-1035bd4db9c5946dd188282de99584757a6ba5a4.tar.xz gsoc2013-epiphany-1035bd4db9c5946dd188282de99584757a6ba5a4.tar.zst gsoc2013-epiphany-1035bd4db9c5946dd188282de99584757a6ba5a4.zip |
*** empty log message ***
Diffstat (limited to 'lib')
-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); |