From b4806d4fda2a0c557efa4d5cf5640de641b448f4 Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Thu, 11 May 2006 14:24:48 +0000 Subject: Display the find bar for "Find Next" and "Find Previous" if it wasn't 2006-05-11 Wouter Bolsterlee * src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next), (ephy_find_toolbar_find_previous), (ephy_find_toolbar_open): Display the find bar for "Find Next" and "Find Previous" if it wasn't visible already. Entry focus is handlded with care so that use cases like incremental search work as expected. Fixes bug #333020. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b14b0397a..6faa13414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-05-11 Wouter Bolsterlee + + * src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next), + (ephy_find_toolbar_find_previous), (ephy_find_toolbar_open): + + Display the find bar for "Find Next" and "Find Previous" + if it wasn't visible already. Entry focus is handlded + with care so that use cases like incremental search work + as expected. Fixes bug #333020. + 2006-05-11 Christian Persch * src/ephy-find-toolbar.c: (entry_changed_cb), -- cgit