[gnome-todo] notification-widget: Bind revealer



commit f24663171b86eae3585c0afbdad9e7f969d75c46
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Jun 5 23:19:57 2019 -0300

    notification-widget: Bind revealer

 src/notification/gtd-notification-widget.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/notification/gtd-notification-widget.c b/src/notification/gtd-notification-widget.c
index a9e39a1..957ccae 100644
--- a/src/notification/gtd-notification-widget.c
+++ b/src/notification/gtd-notification-widget.c
@@ -214,6 +214,7 @@ gtd_notification_widget_class_init (GtdNotificationWidgetClass *klass)
 
   gtk_widget_class_bind_template_child (widget_class, GtdNotificationWidget, secondary_button);
   gtk_widget_class_bind_template_child (widget_class, GtdNotificationWidget, spinner);
+  gtk_widget_class_bind_template_child (widget_class, GtdNotificationWidget, revealer);
   gtk_widget_class_bind_template_child (widget_class, GtdNotificationWidget, text_label);
 
   gtk_widget_class_bind_template_callback (widget_class, on_close_button_clicked_cb);


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