aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libindicator/indicator-ng.c2
1 files changed, 1 insertions, 1 deletions
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);
}