aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2003-09-20 19:48:40 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-09-20 19:48:40 +0800
commit1035bd4db9c5946dd188282de99584757a6ba5a4 (patch)
tree4e8dd54f76f8450ac64d411f7af0a6d07770cd4e
parentb93121c147570503f42ce2d1d619296b26081d59 (diff)
downloadgsoc2013-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 ***
-rw-r--r--ChangeLog6
-rw-r--r--lib/widgets/ephy-location-entry.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06370288c..251e49f80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-20 Marco Pesenti Gritti <marco@gnome.org>
+
+ * lib/widgets/ephy-location-entry.c: (ephy_location_entry_init):
+
+ Initialize completion visibility flag
+
2003-09-20 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-utils.c: (ephy_embed_utils_save):
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);