aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-07-20 18:26:11 +0800
committerChristian Persch <chpe@src.gnome.org>2006-07-20 18:26:11 +0800
commit9e6e63aae67c930bba8116171a32930b922321f0 (patch)
tree5b8cb0ab6671905bd89315b0e278d5dc48bf167a /ChangeLog
parent845877cbbba8ce71c5a9415b2efdd91c14850a7a (diff)
downloadgsoc2013-epiphany-9e6e63aae67c930bba8116171a32930b922321f0.tar
gsoc2013-epiphany-9e6e63aae67c930bba8116171a32930b922321f0.tar.gz
gsoc2013-epiphany-9e6e63aae67c930bba8116171a32930b922321f0.tar.bz2
gsoc2013-epiphany-9e6e63aae67c930bba8116171a32930b922321f0.tar.lz
gsoc2013-epiphany-9e6e63aae67c930bba8116171a32930b922321f0.tar.xz
gsoc2013-epiphany-9e6e63aae67c930bba8116171a32930b922321f0.tar.zst
gsoc2013-epiphany-9e6e63aae67c930bba8116171a32930b922321f0.zip
When resetting the entry also emit user-changed, to restore the original
2006-07-20 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (entry_key_press_cb), (entry_activate_after_cb), (action_activated_after_cb), (ephy_location_entry_reset_internal), (ephy_location_entry_reset): When resetting the entry also emit user-changed, to restore the original URI in the tab's property. Bug #345934.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6f40e677..89c9f709e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-07-20 Christian Persch <chpe@cvs.gnome.org>
+
+ * lib/widgets/ephy-location-entry.c: (entry_key_press_cb),
+ (entry_activate_after_cb), (action_activated_after_cb),
+ (ephy_location_entry_reset_internal), (ephy_location_entry_reset):
+
+ When resetting the entry also emit user-changed, to restore the original
+ URI in the tab's property. Bug #345934.
+
2006-07-18 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyPromptService.cpp: