diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 15:02:29 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 15:02:29 -0600 |
commit | bb71fc2d4c0b555f23940b8c9d4f6973307cbd20 (patch) | |
tree | ab1abf5193e2cddec2e6df706506d5043919e133 | |
parent | 5f797d71ef38ddb421e9b26757df8d3e87b84bce (diff) | |
download | libayatana-appindicator-bb71fc2d4c0b555f23940b8c9d4f6973307cbd20.tar.gz libayatana-appindicator-bb71fc2d4c0b555f23940b8c9d4f6973307cbd20.tar.bz2 libayatana-appindicator-bb71fc2d4c0b555f23940b8c9d4f6973307cbd20.zip |
Reactivate kill switch
-rw-r--r-- | src/application-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service.c b/src/application-service.c index d21154f..351e9aa 100644 --- a/src/application-service.c +++ b/src/application-service.c @@ -43,7 +43,7 @@ service_disconnected (IndicatorService * service, gpointer data) { g_debug("Service disconnected"); if (mainloop != NULL) { - //g_main_loop_quit(mainloop); + g_main_loop_quit(mainloop); } return; } |