diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app-indicator.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c index 6ac48c7..282e4e6 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -1408,6 +1408,12 @@ container_iterate (GtkWidget *widget, DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, G_CALLBACK (activate_menuitem), widget); dbusmenu_menuitem_child_append (root, child); + + /* Get rid of initial ref now that the root is + holding the object */ + g_object_unref(child); + + return; } static void |