diff options
author | Stefano Karapetsas <[email protected]> | 2014-10-01 08:42:17 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-10-22 23:36:33 +0200 |
commit | 22564ec9a7575ce0904ea633bd813e00371ec779 (patch) | |
tree | f5a44280f4f99f582803b97d4d214bea16ad985d /src | |
parent | 76bd120573625b1328494ebebd87fa4db859b89b (diff) | |
download | mate-notification-daemon-22564ec9a7575ce0904ea633bd813e00371ec779.tar.bz2 mate-notification-daemon-22564ec9a7575ce0904ea633bd813e00371ec779.tar.xz |
coco: Show actions box
Closes https://github.com/mate-desktop/mate-notification-daemon/issues/37
Diffstat (limited to 'src')
-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 2825500..d491760 100644 --- a/src/themes/coco/coco-theme.c +++ b/src/themes/coco/coco-theme.c @@ -498,10 +498,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); |