From bca7ca967fbc3ba1ba2085385601bb949768885b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 6 Jun 2012 15:22:38 -0500 Subject: simplify the Device properties' name strings --- src/device.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/device.h') 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: -- cgit v1.2.3