From 6f82956f269c047fe0b94a188c18ceed50bc74ea Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 7 Sep 2010 10:52:23 +0100 Subject: tidy up --- src/play-button.c | 1 - src/sound-service.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3