diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-22 18:22:37 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-22 18:22:37 +0100 |
commit | a1a7357b58d182e077ebfe8fb11c083e5eb18839 (patch) | |
tree | 2e257f0eb942f153ce9ea5de824d1a6758986c2f | |
parent | df0f2927babbf31d51b8a33fcf744d2a92e70ac5 (diff) | |
download | ayatana-indicator-session-a1a7357b58d182e077ebfe8fb11c083e5eb18839.tar.gz ayatana-indicator-session-a1a7357b58d182e077ebfe8fb11c083e5eb18839.tar.bz2 ayatana-indicator-session-a1a7357b58d182e077ebfe8fb11c083e5eb18839.zip |
uncomment the disconnect method
-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 22552dc..bb473e9 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; } |