diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-05-21 19:14:16 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-05-21 19:14:16 +0100 |
commit | 9137d7849f09d78805bc39863b74188555d92699 (patch) | |
tree | 336ec135d2bde64d0a53a1dc1475d787a7e483f1 | |
parent | 14d9ed691abf09a2600f978aa7be13f841bc1ce5 (diff) | |
download | ayatana-indicator-sound-9137d7849f09d78805bc39863b74188555d92699.tar.gz ayatana-indicator-sound-9137d7849f09d78805bc39863b74188555d92699.tar.bz2 ayatana-indicator-sound-9137d7849f09d78805bc39863b74188555d92699.zip |
updated version to 0.3.0
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/sound-service.c | 4 |
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; } |