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



commit a0c224a0d5993307a8a5394de36ffefc2e087edd
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 9ea1759..31cd0a0 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]