diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 12:53:48 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 12:53:48 -0600 |
commit | 0fe6bcab1e3ba0b12a85d043640c2800bfb1869d (patch) | |
tree | ee2c205dec4ceb9c82519ea71b2b93161deee783 /src/dbus-shared.h | |
parent | 799a8c9f665757826690818089a72a4539ce8306 (diff) | |
parent | 7a70d5723bafdee6460f5080fa94449667eba8f4 (diff) | |
download | ayatana-indicator-datetime-0fe6bcab1e3ba0b12a85d043640c2800bfb1869d.tar.gz ayatana-indicator-datetime-0fe6bcab1e3ba0b12a85d043640c2800bfb1869d.tar.bz2 ayatana-indicator-datetime-0fe6bcab1e3ba0b12a85d043640c2800bfb1869d.zip |
Adding in timezone support and more calendar support
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index d13cb32..bad8354 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -35,6 +35,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define APPOINTMENT_MENUITEM_PROP_RIGHT "appointment-time" #define TIMEZONE_MENUITEM_TYPE "timezone-item" -#define TIMEZONE_MENUITEM_PROP_LABEL "timezone-label" +#define TIMEZONE_MENUITEM_PROP_ZONE "timezone-zone" #define TIMEZONE_MENUITEM_PROP_RADIO "timezone-radio" -#define TIMEZONE_MENUITEM_PROP_RIGHT "timezone-time" |