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/nodoka/nodoka-theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/themes/nodoka') diff --git a/src/themes/nodoka/nodoka-theme.c b/src/themes/nodoka/nodoka-theme.c index 5b6c309..72fde60 100644 --- a/src/themes/nodoka/nodoka-theme.c +++ b/src/themes/nodoka/nodoka-theme.c @@ -1047,7 +1047,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