diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-06 20:42:22 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-06 20:42:22 +0200 |
commit | a1192a69cfdba207fa3e6ece69363649d8813dcf (patch) | |
tree | af869ae1c53e40a913572b0b81e437f755df8c17 /src/sound-service-dbus.c | |
parent | 78068166398ffaee0bb2d997673139168fdfee3b (diff) | |
download | ayatana-indicator-sound-a1192a69cfdba207fa3e6ece69363649d8813dcf.tar.gz ayatana-indicator-sound-a1192a69cfdba207fa3e6ece69363649d8813dcf.tar.bz2 ayatana-indicator-sound-a1192a69cfdba207fa3e6ece69363649d8813dcf.zip |
track specific items outline implemented
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r-- | src/sound-service-dbus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index f99716a..26477a1 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -170,7 +170,6 @@ sound_service_dbus_create_root_item (SoundServiceDbus* self) { SoundServiceDbusPrivate * priv = SOUND_SERVICE_DBUS_GET_PRIVATE(self); priv->root_menuitem = dbusmenu_menuitem_new(); - //g_debug("Root ID: %d", dbusmenu_menuitem_get_id(priv->root_menuitem)); DbusmenuServer *server = dbusmenu_server_new (INDICATOR_SOUND_MENU_DBUS_OBJECT_PATH); dbusmenu_server_set_root (server, priv->root_menuitem); g_object_unref (priv->root_menuitem); |