diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-06-06 15:22:38 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-06-06 15:22:38 -0500 |
commit | bca7ca967fbc3ba1ba2085385601bb949768885b (patch) | |
tree | 97c6d9f0f68d1d9af87a69c67eb04b6166bfc2a5 | |
parent | 0acce2391386f3a4cbd2c548a67db099a1d2df5c (diff) | |
download | ayatana-indicator-power-bca7ca967fbc3ba1ba2085385601bb949768885b.tar.gz ayatana-indicator-power-bca7ca967fbc3ba1ba2085385601bb949768885b.tar.bz2 ayatana-indicator-power-bca7ca967fbc3ba1ba2085385601bb949768885b.zip |
simplify the Device properties' name strings
-rw-r--r-- | src/device.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/device.h b/src/device.h index c7ba638..3f7bbee 100644 --- a/src/device.h +++ b/src/device.h @@ -40,11 +40,11 @@ typedef struct _IndicatorPowerDevice IndicatorPowerDevice; typedef struct _IndicatorPowerDeviceClass IndicatorPowerDeviceClass; typedef struct _IndicatorPowerDevicePrivate IndicatorPowerDevicePrivate; -#define INDICATOR_POWER_DEVICE_KIND "indicator-power-device-kind" -#define INDICATOR_POWER_DEVICE_STATE "indicator-power-device-state" -#define INDICATOR_POWER_DEVICE_OBJECT_PATH "indicator-power-device-object-path" -#define INDICATOR_POWER_DEVICE_PERCENTAGE "indicator-power-device-percentage" -#define INDICATOR_POWER_DEVICE_TIME "indicator-power-device-time" +#define INDICATOR_POWER_DEVICE_KIND "kind" +#define INDICATOR_POWER_DEVICE_STATE "state" +#define INDICATOR_POWER_DEVICE_OBJECT_PATH "object-path" +#define INDICATOR_POWER_DEVICE_PERCENTAGE "percentage" +#define INDICATOR_POWER_DEVICE_TIME "time" /** * IndicatorPowerDeviceClass: |