[epiphany] Fix Yellow highlight for search matches disappears when repeating previous search
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Fix Yellow highlight for search matches disappears when repeating previous search
- Date: Mon, 18 Mar 2019 14:39:03 +0000 (UTC)
commit 277bb6cb712f620064762a1fd70466e82fb7e387
Author: Jan-Michael Brummer <jan brummer tabos org>
Date: Mon Mar 18 07:12:21 2019 +0100
Fix Yellow highlight for search matches disappears when repeating previous search
Do not call clear status during open.
Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/166
embed/ephy-find-toolbar.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/embed/ephy-find-toolbar.c b/embed/ephy-find-toolbar.c
index 14c699c16..1637a9ce0 100644
--- a/embed/ephy-find-toolbar.c
+++ b/embed/ephy-find-toolbar.c
@@ -567,8 +567,6 @@ ephy_find_toolbar_open (EphyFindToolbar *toolbar,
toolbar->typing_ahead = typing_ahead;
toolbar->links_only = links_only;
- clear_status (toolbar);
-
gtk_editable_select_region (GTK_EDITABLE (toolbar->entry), 0, -1);
hdy_search_bar_set_search_mode (HDY_SEARCH_BAR (toolbar), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]