aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-30 16:55:14 -0500
committerTed Gould <ted@gould.cx>2011-03-30 16:55:14 -0500
commit1938dedac5125874252e0bdd24f96b30206d43a7 (patch)
tree789872e2c9f0fd3b26b59f9852f0caa739d06590 /src/dbus-shared.h
parentd455a0cfb2d3f1fd9e244c5db636ad766dcc287d (diff)
parent99044a57ae60b55336f8db18734d89be707c23a5 (diff)
downloadayatana-indicator-datetime-1938dedac5125874252e0bdd24f96b30206d43a7.tar.gz
ayatana-indicator-datetime-1938dedac5125874252e0bdd24f96b30206d43a7.tar.bz2
ayatana-indicator-datetime-1938dedac5125874252e0bdd24f96b30206d43a7.zip
Fix marking and clean up event handling in the indicator and service
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r--src/dbus-shared.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index 8b1a20b..51632f9 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -31,9 +31,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
// The following properties are not *really* properties, but are just
// a way of accessing the calendar from the service
-#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_MARKS "calendar-marks"
#define CALENDAR_MENUITEM_PROP_SET_DATE "calendar-set-date"