aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-22 22:15:44 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-22 22:15:44 -0600
commit5f6cebbcfffa32bffada62659e750ab7d362802e (patch)
tree0389bff187011d1774d585abd22cf81b6671d831 /src/sound-service.c
parenta4637ac0f922a3df3e31c19a0a86eebb6a8b4994 (diff)
downloadayatana-indicator-sound-5f6cebbcfffa32bffada62659e750ab7d362802e.tar.gz
ayatana-indicator-sound-5f6cebbcfffa32bffada62659e750ab7d362802e.tar.bz2
ayatana-indicator-sound-5f6cebbcfffa32bffada62659e750ab7d362802e.zip
service signals and methods re worked plus removed dbus-menu-manager.c and h and moved what was needed into the sound-service-dbus
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index 73b03b6..e72a917 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -66,7 +66,7 @@ main (int argc, char ** argv)
SoundServiceDbus* sound_service = g_object_new(SOUND_SERVICE_DBUS_TYPE, NULL);
- DbusmenuMenuitem* root_menuitem = sound_service_dbus_construct_menu(sound_service);
+ DbusmenuMenuitem* root_menuitem = sound_service_dbus_create_root_item(sound_service);
MusicPlayerBridge* server = music_player_bridge_new();
music_player_bridge_set_root_menu_item(server, root_menuitem);