From 562fd09cf6abbeb77101c5598c8321d24e9f7633 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 1 Oct 2014 08:42:17 +0200 Subject: coco: Show actions box Closes https://github.com/mate-desktop/mate-notification-daemon/issues/37 --- src/themes/coco/coco-theme.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c index 606101c..3101ecc 100644 --- a/src/themes/coco/coco-theme.c +++ b/src/themes/coco/coco-theme.c @@ -482,10 +482,8 @@ create_notification(UrlClickedCb url_clicked) atkobj = gtk_widget_get_accessible(windata->body_label); atk_object_set_description(atkobj, "Notification body text."); - /* Disabled for now */ alignment = gtk_alignment_new(1, 0.5, 0, 0); gtk_widget_show(alignment); - gtk_widget_hide(alignment); gtk_box_pack_start(GTK_BOX(vbox), alignment, FALSE, TRUE, 0); windata->actions_box = gtk_hbox_new(FALSE, 6); -- cgit v1.2.1