diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-04 17:31:16 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-04 17:31:16 +0000 |
commit | 39430b4d1797d16b2152fddb864a38c26f8fb97f (patch) | |
tree | 571aa0291b7b02559fd2ec2f18efedd0031c50ac /src/sound-service.c | |
parent | 025fb0a3df226ab127ee435c341882addfafcbba (diff) | |
download | ayatana-indicator-sound-39430b4d1797d16b2152fddb864a38c26f8fb97f.tar.gz ayatana-indicator-sound-39430b4d1797d16b2152fddb864a38c26f8fb97f.tar.bz2 ayatana-indicator-sound-39430b4d1797d16b2152fddb864a38c26f8fb97f.zip |
putting in back together
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 2cb33d3..d80127e 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -40,8 +40,8 @@ service_shutdown (IndicatorService *service, gpointer user_data) { if (mainloop != NULL) { g_debug("Service shutdown !"); - close_pulse_activites(); - g_main_loop_quit(mainloop); + //close_pulse_activites(); + //g_main_loop_quit(mainloop); } return; } @@ -67,8 +67,8 @@ main (int argc, char ** argv) SoundServiceDbus* sound_service = g_object_new(SOUND_SERVICE_DBUS_TYPE, NULL); 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); + //MusicPlayerBridge* server = music_player_bridge_new(); + //music_player_bridge_set_root_menu_item(server, root_menuitem); // Run the loop mainloop = g_main_loop_new(NULL, FALSE); |