From 3e621bbb8931e819da11578767356901fd598db9 Mon Sep 17 00:00:00 2001 From: Monsta Date: Wed, 22 Jul 2015 13:03:21 +0300 Subject: all themes: don't crash on notifications from Rhythmbox fixes https://github.com/mate-desktop/mate-notification-daemon/issues/55 --- src/themes/coco/coco-theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/themes/coco') diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c index 389fc9f..85ab042 100644 --- a/src/themes/coco/coco-theme.c +++ b/src/themes/coco/coco-theme.c @@ -650,7 +650,7 @@ clear_notification_actions(GtkWindow *nw) gtk_widget_hide(windata->actions_box); gtk_container_foreach(GTK_CONTAINER(windata->actions_box), - (GtkCallback)g_object_unref, NULL); + (GtkCallback)gtk_widget_destroy, NULL); } /* Move notification window */ -- cgit v1.2.1