diff options
author | Ted Gould <ted@gould.cx> | 2011-03-14 21:47:38 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-14 21:47:38 -0500 |
commit | d1f61817819716212f18a15e672a8d7d06d6fb78 (patch) | |
tree | 491796274c61413dfe95724803381599a465a364 /src/dbus-shared.h | |
parent | 66c8394d67e6a80346f2c5f4a0288088b3e83af1 (diff) | |
parent | f9f137dfe27cbe19a5907a986f986368c637aa75 (diff) | |
download | ayatana-indicator-datetime-d1f61817819716212f18a15e672a8d7d06d6fb78.tar.gz ayatana-indicator-datetime-d1f61817819716212f18a15e672a8d7d06d6fb78.tar.bz2 ayatana-indicator-datetime-d1f61817819716212f18a15e672a8d7d06d6fb78.zip |
* Upstream Merge
* Fix appointment time format
* Change appointments with selected date in calendar
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index fa6de7b..8b1a20b 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -34,6 +34,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define CALENDAR_MENUITEM_PROP_MARK "calendar-mark" #define CALENDAR_MENUITEM_PROP_UNMARK "calendar-unmark" #define CALENDAR_MENUITEM_PROP_CLEAR_MARKS "calendar-clear-marks" +#define CALENDAR_MENUITEM_PROP_SET_DATE "calendar-set-date" #define APPOINTMENT_MENUITEM_TYPE "appointment-item" |