[epiphany/wip/exalm/history-rows] history-dialog: Make rows activatable



commit 6257a84accb4cf92752dbae0f8e4327d75dc8275
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Jun 11 01:35:40 2020 +0500

    history-dialog: Make rows activatable
    
    Fixes https://gitlab.gnome.org/GNOME/epiphany/-/issues/1226

 src/ephy-history-dialog.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/ephy-history-dialog.c b/src/ephy-history-dialog.c
index 677256fed..7f9e9f6db 100644
--- a/src/ephy-history-dialog.c
+++ b/src/ephy-history-dialog.c
@@ -250,6 +250,7 @@ create_row (EphyHistoryDialog *self,
   row = hdy_action_row_new ();
   hdy_action_row_set_title (HDY_ACTION_ROW (row), url->title);
   hdy_action_row_set_subtitle (HDY_ACTION_ROW (row), url->url);
+  gtk_list_box_row_set_activatable (GTK_LIST_BOX_ROW (row), TRUE);
   gtk_widget_set_tooltip_text (row, url->url);
 
   /* Date */


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