From 9f7e8afa6de9c9a643d727f791160ce11cff7044 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 28 Feb 2003 02:46:31 +0000 Subject: cleaner xml dump code. 2003-02-28 Marco Pesenti Gritti * lib/ephy-start-here.c: (ephy_start_here_get_page): cleaner xml dump code. * lib/widgets/ephy-autocompletion-window.c: (ephy_autocompletion_window_key_press_hack): * lib/widgets/ephy-location-entry.c: (ephy_location_entry_init), (ephy_location_entry_finalize_impl), (ephy_location_entry_autocompletion_show_alternatives_to), (ephy_location_entry_key_press_event_cb), (ephy_location_entry_autocompletion_window_url_selected_cb): Do not overwrite search text when going on an action, make Esc get back the location content before the completion. --- lib/widgets/ephy-autocompletion-window.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/widgets/ephy-autocompletion-window.c') diff --git a/lib/widgets/ephy-autocompletion-window.c b/lib/widgets/ephy-autocompletion-window.c index 8921c93f1..e57735438 100644 --- a/lib/widgets/ephy-autocompletion-window.c +++ b/lib/widgets/ephy-autocompletion-window.c @@ -731,6 +731,8 @@ ephy_autocompletion_window_key_press_hack (EphyAutocompletionWindow *aw, break; } + action = (p->active_tree_view == p->action_tree_view); + switch (keyval) { case GDK_Up: -- cgit v1.2.3