diff options
author | David Barth <david.barth@canonical.com> | 2011-02-25 18:01:20 +0100 |
---|---|---|
committer | David Barth <david.barth@canonical.com> | 2011-02-25 18:01:20 +0100 |
commit | 6f103ce25995b5a40967b0ba683b7f7330aadd8a (patch) | |
tree | 322e1b173d026de8b0437aaa50ff6ab74be4d491 /src/dbus-shared.h | |
parent | 124ef53b7bab308704974bd5a1efc5e40f5fc6c0 (diff) | |
parent | 42125be0102026e6ecae842413261a8b05a25e96 (diff) | |
download | ayatana-indicator-datetime-6f103ce25995b5a40967b0ba683b7f7330aadd8a.tar.gz ayatana-indicator-datetime-6f103ce25995b5a40967b0ba683b7f7330aadd8a.tar.bz2 ayatana-indicator-datetime-6f103ce25995b5a40967b0ba683b7f7330aadd8a.zip |
merging in mterry's branch with the new preferences dialog
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index bad8354..f0f05a9 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -35,5 +35,6 @@ 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_ZONE "timezone-zone" +#define TIMEZONE_MENUITEM_PROP_ZONE "timezone-zone" +#define TIMEZONE_MENUITEM_PROP_NAME "timezone-name" #define TIMEZONE_MENUITEM_PROP_RADIO "timezone-radio" |