diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-15 13:23:52 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-15 13:23:52 +0100 |
commit | 6bab9d75b22aa21ed27e4961e6dbf4bbcdd2e94c (patch) | |
tree | 480a4f12b9434a404bbcf8afc8a72b32ae6f856e /src/sound-service.c | |
parent | 4823b3c35b8e8c1334ad947286abf0d88b6de701 (diff) | |
download | ayatana-indicator-sound-6bab9d75b22aa21ed27e4961e6dbf4bbcdd2e94c.tar.gz ayatana-indicator-sound-6bab9d75b22aa21ed27e4961e6dbf4bbcdd2e94c.tar.bz2 ayatana-indicator-sound-6bab9d75b22aa21ed27e4961e6dbf4bbcdd2e94c.zip |
label text updating according to position and duration and scrub bar positioning now working
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 8f4e941..8768cd3 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -39,7 +39,6 @@ should follow it. void service_shutdown (IndicatorService *service, gpointer user_data) { - if (mainloop != NULL) { g_debug("Service shutdown !"); // TODO: uncomment for release !! |