diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-19 13:18:54 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-19 13:18:54 +0100 |
commit | 66af46666904be8c2b056fc32d2bf258bf31b91f (patch) | |
tree | 18560d9b024a91533fc56d2e0f37d045efbcf5be /src/session-service.c | |
parent | 76d7de16d24e97aa6b58472b21b3a8e8bb795af5 (diff) | |
download | ayatana-indicator-session-66af46666904be8c2b056fc32d2bf258bf31b91f.tar.gz ayatana-indicator-session-66af46666904be8c2b056fc32d2bf258bf31b91f.tar.bz2 ayatana-indicator-session-66af46666904be8c2b056fc32d2bf258bf31b91f.zip |
system added to device menu, more tidying as we go
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 8bdd0c1..e043d65 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -76,10 +76,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; } |