diff options
author | karl-qdh <karl@qdh.org.uk> | 2011-04-11 14:40:57 +0100 |
---|---|---|
committer | karl-qdh <karl@qdh.org.uk> | 2011-04-11 14:40:57 +0100 |
commit | 9e768e9751cd1705146f245d61dedc5d9f6147d5 (patch) | |
tree | fb1ec517936f22b8ace8673aec691932858685d3 /src/dbus-shared.h | |
parent | f6af2cf76470bfe177503c12699c84ba013feee7 (diff) | |
download | ayatana-indicator-datetime-9e768e9751cd1705146f245d61dedc5d9f6147d5.tar.gz ayatana-indicator-datetime-9e768e9751cd1705146f245d61dedc5d9f6147d5.tar.bz2 ayatana-indicator-datetime-9e768e9751cd1705146f245d61dedc5d9f6147d5.zip |
Calendar reset, should work for mike
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index 51632f9..9e3a781 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -29,11 +29,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define DBUSMENU_CALENDAR_MENUITEM_TYPE "x-canonical-calendar-item" -// The following properties are not *really* properties, but are just -// a way of accessing the calendar from the service #define CALENDAR_MENUITEM_PROP_MARKS "calendar-marks" -#define CALENDAR_MENUITEM_PROP_SET_DATE "calendar-set-date" - #define APPOINTMENT_MENUITEM_TYPE "appointment-item" #define APPOINTMENT_MENUITEM_PROP_LABEL "appointment-label" |