diff options
| author | Conor Curran <conor.curran@canonical.com> | 2011-03-22 19:53:19 +0000 |
|---|---|---|
| committer | Conor Curran <conor.curran@canonical.com> | 2011-03-22 19:53:19 +0000 |
| commit | 0a7074927f2f600b6e7eb98459b97b73de0baa8d (patch) | |
| tree | 17fdc92413bd0a354f0d36c0284df7aa0d6a45f4 /src/sound-service.c | |
| parent | 851b1bb2b1acaa5440f66d69948a066779ddf862 (diff) | |
| download | ayatana-indicator-sound-0a7074927f2f600b6e7eb98459b97b73de0baa8d.tar.gz ayatana-indicator-sound-0a7074927f2f600b6e7eb98459b97b73de0baa8d.tar.bz2 ayatana-indicator-sound-0a7074927f2f600b6e7eb98459b97b73de0baa8d.zip | |
protected now against any type ot irregular spam dbusmenu may throw at it
Diffstat (limited to 'src/sound-service.c')
| -rw-r--r-- | src/sound-service.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index c15e94b..1324537 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -41,10 +41,8 @@ service_shutdown (IndicatorService *service, gpointer user_data) { if (mainloop != NULL) { g_debug("Service shutdown !"); -/* close_pulse_activites(); g_main_loop_quit(mainloop); -*/ } return; } |
