aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--src/sound-service.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 0abf6c1..80d8f08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(indicator-sound, 0.2.3, conor.curran@canonical.com)
+AC_INIT(indicator-sound, 0.3.0, conor.curran@canonical.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-sound, 0.2.3)
+AM_INIT_AUTOMAKE(indicator-sound, 0.3.0)
AM_MAINTAINER_MODE
diff --git a/src/sound-service.c b/src/sound-service.c
index 84ad7f1..e20de30 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -45,8 +45,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;
}