diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-23 10:17:41 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-23 10:17:41 +0000 |
commit | 6d49a88f63282e4171d82b96177ecd9ca5441f1c (patch) | |
tree | d12435b6d66dc895a6745b2664d70baab1a42bea /src/sound-service.c | |
parent | 6375d3eb602251a2374944817e34b9695ae50b65 (diff) | |
parent | a82ab70e9e82f09ba3d2446dba1b57ead1bde5f8 (diff) | |
download | ayatana-indicator-sound-6d49a88f63282e4171d82b96177ecd9ca5441f1c.tar.gz ayatana-indicator-sound-6d49a88f63282e4171d82b96177ecd9ca5441f1c.tar.bz2 ayatana-indicator-sound-6d49a88f63282e4171d82b96177ecd9ca5441f1c.zip |
protection against rogue dbusmenu properties
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 7e6426c..1324537 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -22,6 +22,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include "sound-service-dbus.h" #include "music-player-bridge.h" +#include <locale.h> + static GMainLoop *mainloop = NULL; /**********************************************************************************************************************/ |