From 67323d4aa99efc18ae2f379cd479d9b23e23dd94 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 22 Jan 2013 18:36:10 +0100 Subject: indicator-ng: properly unset action group when the service disappears --- libindicator/indicator-ng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libindicator/indicator-ng.c b/libindicator/indicator-ng.c index 7b2b730..8de7112 100644 --- a/libindicator/indicator-ng.c +++ b/libindicator/indicator-ng.c @@ -89,7 +89,7 @@ indicator_ng_free_actions_and_menu (IndicatorNg *self) { if (self->actions) { - gtk_widget_insert_action_group (self->gtkmenu, self->name, self->actions); + gtk_widget_insert_action_group (self->gtkmenu, "indicator", NULL); g_signal_handlers_disconnect_by_data (self->actions, self); g_clear_object (&self->actions); } -- cgit v1.2.3