diff options
author | Stefano Karapetsas <[email protected]> | 2014-10-01 08:42:17 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-10-01 08:42:17 +0200 |
commit | 562fd09cf6abbeb77101c5598c8321d24e9f7633 (patch) | |
tree | f27620e9eb191baa4c9ca14b7ded61ac708a1e66 /src/themes | |
parent | dd8715734fc3731a6f0836bf93cec15a3af4e085 (diff) | |
download | mate-notification-daemon-562fd09cf6abbeb77101c5598c8321d24e9f7633.tar.bz2 mate-notification-daemon-562fd09cf6abbeb77101c5598c8321d24e9f7633.tar.xz |
coco: Show actions box
Closes https://github.com/mate-desktop/mate-notification-daemon/issues/37
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/coco/coco-theme.c | 2 |
1 files changed, 0 insertions, 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); |