diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-04-11 03:28:10 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-04-11 03:28:10 +0800 |
commit | 36dbd0e5b656c62c8a0860f668c313cf3ae010de (patch) | |
tree | e12e05e4d94962431db354d0ab5424768a60cd4d /ChangeLog | |
parent | b53d58efcee1ef734894b4b7d27afe9535f9e922 (diff) | |
download | gsoc2013-epiphany-36dbd0e5b656c62c8a0860f668c313cf3ae010de.tar gsoc2013-epiphany-36dbd0e5b656c62c8a0860f668c313cf3ae010de.tar.gz gsoc2013-epiphany-36dbd0e5b656c62c8a0860f668c313cf3ae010de.tar.bz2 gsoc2013-epiphany-36dbd0e5b656c62c8a0860f668c313cf3ae010de.tar.lz gsoc2013-epiphany-36dbd0e5b656c62c8a0860f668c313cf3ae010de.tar.xz gsoc2013-epiphany-36dbd0e5b656c62c8a0860f668c313cf3ae010de.tar.zst gsoc2013-epiphany-36dbd0e5b656c62c8a0860f668c313cf3ae010de.zip |
Restore original URL when pressing ESC. Fixes bug #171179.
2005-04-10 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c: (entry_key_press_cb),
(ephy_location_entry_construct_contents),
(ephy_location_entry_get_location),
(ephy_location_entry_restore_location):
* lib/widgets/ephy-location-entry.h:
Restore original URL when pressing ESC. Fixes bug #171179.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2005-04-10 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-location-entry.c: (entry_key_press_cb), + (ephy_location_entry_construct_contents), + (ephy_location_entry_get_location), + (ephy_location_entry_restore_location): + * lib/widgets/ephy-location-entry.h: + + Restore original URL when pressing ESC. Fixes bug #171179. + +2005-04-10 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-node-db.c: (ephy_node_db_get_property), (ephy_node_db_set_property), (ephy_node_db_finalize), (ephy_node_db_write_to_xml_safe), (ephy_node_db_class_init), |