aboutsummaryrefslogtreecommitdiff
path: root/src/session-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-07-22 18:22:37 +0100
committerConor Curran <conor.curran@canonical.com>2011-07-22 18:22:37 +0100
commita1a7357b58d182e077ebfe8fb11c083e5eb18839 (patch)
tree2e257f0eb942f153ce9ea5de824d1a6758986c2f /src/session-service.c
parentdf0f2927babbf31d51b8a33fcf744d2a92e70ac5 (diff)
downloadayatana-indicator-session-a1a7357b58d182e077ebfe8fb11c083e5eb18839.tar.gz
ayatana-indicator-session-a1a7357b58d182e077ebfe8fb11c083e5eb18839.tar.bz2
ayatana-indicator-session-a1a7357b58d182e077ebfe8fb11c083e5eb18839.zip
uncomment the disconnect method
Diffstat (limited to 'src/session-service.c')
-rw-r--r--src/session-service.c4
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;
}