diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-26 16:40:38 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-26 16:40:38 -0600 |
commit | 46cbdc7d1607b20c1bba67df4471f8e5d1243c3d (patch) | |
tree | 575a210f1061dd0c1de3028ef19bc5a7f46e50c5 /src/sound-service.c | |
parent | 8bbf7ea5805ed69a2d7450065a558398a623525f (diff) | |
download | ayatana-indicator-sound-46cbdc7d1607b20c1bba67df4471f8e5d1243c3d.tar.gz ayatana-indicator-sound-46cbdc7d1607b20c1bba67df4471f8e5d1243c3d.tar.bz2 ayatana-indicator-sound-46cbdc7d1607b20c1bba67df4471f8e5d1243c3d.zip |
last minute tidy up
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 9a5c6fe..2cb33d3 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -18,8 +18,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "sound-service.h" -//#include "dbus-menu-manager.h" -//#include "pulse-manager.h" + +#include "pulse-manager.h" #include "sound-service-dbus.h" #include "music-player-bridge.h" |