diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-22 15:36:59 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-22 15:36:59 +0100 |
commit | 13452b541f9aabf229f16a029a4c823c76e2b1f0 (patch) | |
tree | c25f642ce5eee0d94e5a741590d2d977a06ae26e /src/session-service.c | |
parent | bc829db4eb65f7373b2ff13cd5dc8ce96a469af3 (diff) | |
download | ayatana-indicator-session-13452b541f9aabf229f16a029a4c823c76e2b1f0.tar.gz ayatana-indicator-session-13452b541f9aabf229f16a029a4c823c76e2b1f0.tar.bz2 ayatana-indicator-session-13452b541f9aabf229f16a029a4c823c76e2b1f0.zip |
apt progress now reflected dynamically in the menu
Diffstat (limited to 'src/session-service.c')
-rw-r--r-- | src/session-service.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/session-service.c b/src/session-service.c index 74fe5b0..bb473e9 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -71,11 +71,11 @@ static GMainLoop * mainloop = NULL; void service_shutdown (IndicatorService * service, gpointer user_data) { - /*if (mainloop != NULL) { + if (mainloop != NULL) { g_debug("Service shutdown"); g_main_loop_quit(mainloop); } - return;*/ + return; } /* Main, is well, main. It brings everything up and throws |