[epiphany/gnome-3-32] Fix Yellow highlight for search matches disappears when repeating previous search



commit ccacfa16f15e9623fac98bd05bf74fb5ae3f186d
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Mon Mar 18 06:12:21 2019 +0000

    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
    
    
    (cherry picked from commit 277bb6cb712f620064762a1fd70466e82fb7e387)

 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]