diff options
author | Ted Gould <ted@gould.cx> | 2010-02-08 21:46:36 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-08 21:46:36 -0600 |
commit | 0c9e0584a7551a043c4f5873ed439bad2943d0b5 (patch) | |
tree | b31c9fce7bb1e9b35154cb968686593a683ba611 /src | |
parent | 8598ce722d7034a946de6b446923362bc47d8d9b (diff) | |
download | ayatana-indicator-messages-0c9e0584a7551a043c4f5873ed439bad2943d0b5.tar.gz ayatana-indicator-messages-0c9e0584a7551a043c4f5873ed439bad2943d0b5.tar.bz2 ayatana-indicator-messages-0c9e0584a7551a043c4f5873ed439bad2943d0b5.zip |
I shouldn't have to have a ref there as it's got a ref count of one.
Diffstat (limited to 'src')
-rw-r--r-- | src/messages-service.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/messages-service.c b/src/messages-service.c index f1e1b0d..7cb5060 100644 --- a/src/messages-service.c +++ b/src/messages-service.c @@ -821,7 +821,6 @@ indicator_added (IndicateListener * listener, IndicateListenerServer * server, I /* Building the IM Menu Item which is a subclass of DBus Menuitem */ ImMenuItem * menuitem = im_menu_item_new(listener, server, indicator); - g_object_ref(G_OBJECT(menuitem)); listItem->menuitem = DBUSMENU_MENUITEM(menuitem); /* Looking for a server entry to attach this indicator |