diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-23 15:18:40 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-23 15:18:40 +0000 |
commit | 32ce2336b99e5b482a2d20758e03ce2a52368a5f (patch) | |
tree | 8e1bbd9236a78bfef15122b5282b06a9858b6d88 /src/sound-service-dbus.c | |
parent | 6d49a88f63282e4171d82b96177ecd9ca5441f1c (diff) | |
parent | 16ad03db951eb08a80041b7a0ed29f38db1a96f3 (diff) | |
download | ayatana-indicator-sound-32ce2336b99e5b482a2d20758e03ce2a52368a5f.tar.gz ayatana-indicator-sound-32ce2336b99e5b482a2d20758e03ce2a52368a5f.tar.bz2 ayatana-indicator-sound-32ce2336b99e5b482a2d20758e03ce2a52368a5f.zip |
fixed duplicate playlists, icons for playlists, name change on banshee id
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r-- | src/sound-service-dbus.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index 7c817af..1b9d29e 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -148,11 +148,8 @@ 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)); + //g_debug("Root ID: %d", dbusmenu_menuitem_get_id(priv->root_menuitem)); DbusmenuServer *server = dbusmenu_server_new (INDICATOR_SOUND_MENU_DBUS_OBJECT_PATH); - const gchar* paths[] = {"/usr/share/banshee-1/icons", NULL}; - dbusmenu_server_set_icon_paths (server, - paths); dbusmenu_server_set_root (server, priv->root_menuitem); g_object_unref (priv->root_menuitem); priv->device = device_new (self); |