aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-01 02:54:37 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-01 02:54:37 +0800
commit9b28d05c705e157ad0d3ba8bc8eefc3f15599182 (patch)
treeb236c99a2362c12e66e98e501072dceff3368469 /lib
parent8b836906769d1b5a34256fc76de242f622a5cfbb (diff)
downloadgsoc2013-epiphany-9b28d05c705e157ad0d3ba8bc8eefc3f15599182.tar
gsoc2013-epiphany-9b28d05c705e157ad0d3ba8bc8eefc3f15599182.tar.gz
gsoc2013-epiphany-9b28d05c705e157ad0d3ba8bc8eefc3f15599182.tar.bz2
gsoc2013-epiphany-9b28d05c705e157ad0d3ba8bc8eefc3f15599182.tar.lz
gsoc2013-epiphany-9b28d05c705e157ad0d3ba8bc8eefc3f15599182.tar.xz
gsoc2013-epiphany-9b28d05c705e157ad0d3ba8bc8eefc3f15599182.tar.zst
gsoc2013-epiphany-9b28d05c705e157ad0d3ba8bc8eefc3f15599182.zip
Fix location entry favicon updating.
2005-07-31 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: Fix location entry favicon updating.
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-location-entry.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 8d04209d7..c9c43eada 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -799,11 +799,13 @@ ephy_location_entry_set_location (EphyLocationEntry *entry,
text = "";
}
+ /* First record the new hash, then update the entry text */
+ priv->hash = g_str_hash (address);
+
priv->user_changed = FALSE;
gtk_entry_set_text (GTK_ENTRY (priv->entry), text);
priv->user_changed = TRUE;
- priv->hash = g_str_hash (address);
update_favicon (entry);
/* Now restore the selection.