diff options
author | Ted Gould <ted@gould.cx> | 2011-03-14 21:37:51 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-14 21:37:51 -0500 |
commit | 7b3db506757233a530f88efebcd145784f720d9a (patch) | |
tree | 05ab2914cff0378cc673fbe60f656d8553b7cad0 /src/dbus-shared.h | |
parent | 444370e95ed0f9e8ecf4c786e35855ff91c642ac (diff) | |
parent | 3cf4b8aea38d62a047b609d13909d79d5c246d65 (diff) | |
download | ayatana-indicator-datetime-7b3db506757233a530f88efebcd145784f720d9a.tar.gz ayatana-indicator-datetime-7b3db506757233a530f88efebcd145784f720d9a.tar.bz2 ayatana-indicator-datetime-7b3db506757233a530f88efebcd145784f720d9a.zip |
Change the appointments so that they're modified by the calendar month
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" |