diff options
author | Ted Gould <ted@gould.cx> | 2013-10-28 17:54:09 -0700 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-10-28 17:54:09 -0700 |
commit | 2f30a8e4a8fa730133c70033e09680b56c2e74b5 (patch) | |
tree | 11199d12918135a36d92e7c2356198cb3c5b57b3 /data | |
parent | 6a2a81ed1b6f4ef820f96b3249dc062e68e480f9 (diff) | |
download | ayatana-indicator-sound-2f30a8e4a8fa730133c70033e09680b56c2e74b5.tar.gz ayatana-indicator-sound-2f30a8e4a8fa730133c70033e09680b56c2e74b5.tar.bz2 ayatana-indicator-sound-2f30a8e4a8fa730133c70033e09680b56c2e74b5.zip |
Forgot a var
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index ec27376..565e652 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -47,7 +47,7 @@ set( configure_file( "indicator-sound.desktop.in" - ${INDICATOR_SOUND_CONF} + ${INDICATOR_SOUND_XDG_AUTOSTART} @ONLY ) |