diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 12:58:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 12:58:54 -0600 |
commit | 2de3a45c11443feeb5771e9ede04123c5a8e2fa5 (patch) | |
tree | 759b4b1a5ba18b1e48a20a7a7d71d15049f9c09b /src/dbus-shared.h | |
parent | 799a8c9f665757826690818089a72a4539ce8306 (diff) | |
parent | 7a70d5723bafdee6460f5080fa94449667eba8f4 (diff) | |
download | ayatana-indicator-datetime-2de3a45c11443feeb5771e9ede04123c5a8e2fa5.tar.gz ayatana-indicator-datetime-2de3a45c11443feeb5771e9ede04123c5a8e2fa5.tar.bz2 ayatana-indicator-datetime-2de3a45c11443feeb5771e9ede04123c5a8e2fa5.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" |