diff options
-rw-r--r-- | src/play-button.c | 1 | ||||
-rw-r--r-- | src/sound-service.c | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/play-button.c b/src/play-button.c index 84af260..ccc23cb 100644 --- a/src/play-button.c +++ b/src/play-button.c @@ -966,7 +966,6 @@ draw (GtkWidget* button, cairo_t *cr) } - /** * play_button_new: * @returns: a new #PlayButton. diff --git a/src/sound-service.c b/src/sound-service.c index 42ce116..12f067e 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -41,8 +41,8 @@ service_shutdown (IndicatorService *service, gpointer user_data) if (mainloop != NULL) { g_debug("Service shutdown !"); // TODO: uncomment for release !! - //close_pulse_activites(); - //g_main_loop_quit(mainloop); + close_pulse_activites(); + g_main_loop_quit(mainloop); } return; } |