diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-07-20 18:26:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-07-20 18:26:11 +0800 |
commit | 9e6e63aae67c930bba8116171a32930b922321f0 (patch) | |
tree | 5b8cb0ab6671905bd89315b0e278d5dc48bf167a /ChangeLog | |
parent | 845877cbbba8ce71c5a9415b2efdd91c14850a7a (diff) | |
download | gsoc2013-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |