[epiphany] Show sub titles for search rows in suggestion popover



commit 2b68e50f6c0c86d17fbc02f5fdacd1ae5b580e2b
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Wed Nov 6 13:19:08 2019 +0100

    Show sub titles for search rows in suggestion popover
    
    Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/987

 src/ephy-suggestion-model.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/ephy-suggestion-model.c b/src/ephy-suggestion-model.c
index ca6b3d8ca..09483a79e 100644
--- a/src/ephy-suggestion-model.c
+++ b/src/ephy-suggestion-model.c
@@ -339,7 +339,7 @@ add_search_engines (EphySuggestionModel *self,
     address = ephy_search_engine_manager_build_search_address (manager, engines[i], query);
     escaped_title = g_markup_escape_text (engines[i], -1);
     markup = dzl_fuzzy_highlight (escaped_title, query, FALSE);
-    suggestion = ephy_suggestion_new_without_subtitle (markup, engines[i], address);
+    suggestion = ephy_suggestion_new (markup, engines[i], address);
 
     uri = soup_uri_new (address);
     if (uri) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]