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 /lib/widgets/ephy-location-entry.h | |
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 'lib/widgets/ephy-location-entry.h')
-rw-r--r-- | lib/widgets/ephy-location-entry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h index 2c72590a8..1373a5ba2 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -78,6 +78,8 @@ void ephy_location_entry_set_location (EphyLocationEntry *le, const char *ephy_location_entry_get_location (EphyLocationEntry *le); +void ephy_location_entry_restore_location (EphyLocationEntry *le); + void ephy_location_entry_activate (EphyLocationEntry *le); GtkWidget *ephy_location_entry_get_entry (EphyLocationEntry *entry); |