[gnome-calendar/gnome-3-26] edit-dialog: alarm rows are not activatable



commit 1927a9bab18757f9d04ded4e0828ad0ecd61e93b
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Oct 7 11:08:51 2017 -0300

    edit-dialog: alarm rows are not activatable
    
    Otherwise, they show that annoying hover effect
    that is ultimately useless, since clicking on the
    row won't do anything.

 src/gcal-edit-dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcal-edit-dialog.c b/src/gcal-edit-dialog.c
index 1b045fb..359b94a 100644
--- a/src/gcal-edit-dialog.c
+++ b/src/gcal-edit-dialog.c
@@ -1029,6 +1029,7 @@ create_row_for_alarm (GcalEvent          *event,
 
   /* The row */
   row = gtk_list_box_row_new ();
+  gtk_list_box_row_set_activatable (GTK_LIST_BOX_ROW (row), FALSE);
 
   g_object_set_data (G_OBJECT (row), "alarm", alarm);
   g_object_set_data (G_OBJECT (row), "event", event);


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