diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-18 16:56:17 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-18 16:56:17 +0000 |
commit | 9a424c26c67544aafdd7cff2d66519b1c72e8aa0 (patch) | |
tree | 082a98809d9233df1ccc70fed67c678399e98822 /src/common-defs.h | |
parent | 5882cc24cda26ab021224c66abf579b6b603617b (diff) | |
download | ayatana-indicator-sound-9a424c26c67544aafdd7cff2d66519b1c72e8aa0.tar.gz ayatana-indicator-sound-9a424c26c67544aafdd7cff2d66519b1c72e8aa0.tar.bz2 ayatana-indicator-sound-9a424c26c67544aafdd7cff2d66519b1c72e8aa0.zip |
bug free afaics ...
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 1a4e71e..2184a48 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -31,7 +31,7 @@ typedef enum { AVAILABLE }SoundState; -#define DEVICE_NOT_ACTIVE -1 +#define NOT_ACTIVE -1 #define DBUSMENU_PROPERTY_EMPTY -1 /* DBUS Custom Items */ |