diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-22 18:00:09 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-22 18:00:09 +0100 |
commit | 7ad1a2872a085c1a0e988099ba42db7cdb0cc89c (patch) | |
tree | 2e7b1ae575161b065108c1f5f6952246224b3f20 /src/session-service.c | |
parent | 15469febca3b4730bc4f3a403f114235b3c4a18b (diff) | |
parent | 13452b541f9aabf229f16a029a4c823c76e2b1f0 (diff) | |
download | ayatana-indicator-session-7ad1a2872a085c1a0e988099ba42db7cdb0cc89c.tar.gz ayatana-indicator-session-7ad1a2872a085c1a0e988099ba42db7cdb0cc89c.tar.bz2 ayatana-indicator-session-7ad1a2872a085c1a0e988099ba42db7cdb0cc89c.zip |
apt item partially working
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 bb473e9..22552dc 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -71,10 +71,10 @@ 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; } |