diff options
author | Ted Gould <ted@gould.cx> | 2011-04-12 22:18:26 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-12 22:18:26 -0500 |
commit | bf82669e3caf6e5f9f08e25039539634ace12db2 (patch) | |
tree | e918f0e076de0bd33eb87bc06b8bbae40c5ae6d0 /src/dbus-shared.h | |
parent | 6d42bccac27b7214e5e650f698c2b117231e3f77 (diff) | |
parent | ea0c8c5ef4d8c790304d6c4f3c791b3e56244027 (diff) | |
download | ayatana-indicator-datetime-bf82669e3caf6e5f9f08e25039539634ace12db2.tar.gz ayatana-indicator-datetime-bf82669e3caf6e5f9f08e25039539634ace12db2.tar.bz2 ayatana-indicator-datetime-bf82669e3caf6e5f9f08e25039539634ace12db2.zip |
Work around libindicator not sending a close event by looking for it directly in the indicator
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" |