diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-17 18:54:58 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-17 18:54:58 +0000 |
commit | 4bebcafef41b3dbc6b4f3f3e2f6382d82390335f (patch) | |
tree | ebb69bda73b2d4be8a11efbd9f0f59b3c3a24a3d /src/common-defs.h | |
parent | 6ad2bc640794ad3d78c401e4e9391169446db619 (diff) | |
download | ayatana-indicator-sound-4bebcafef41b3dbc6b4f3f3e2f6382d82390335f.tar.gz ayatana-indicator-sound-4bebcafef41b3dbc6b4f3f3e2f6382d82390335f.tar.bz2 ayatana-indicator-sound-4bebcafef41b3dbc6b4f3f3e2f6382d82390335f.zip |
getting there
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 1a6e435..a0c097c 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 DBUSMENU_PROPERTY_EMPTY -1 /* DBUS Custom Items */ |