diff options
author | Ted Gould <ted@gould.cx> | 2011-03-30 10:29:58 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-30 10:29:58 -0500 |
commit | fb7e5a07951216e5771614b92f4a49f57807b337 (patch) | |
tree | 080c1067087995d6066931d8477b00d9fe41a45f /src/dbus-shared.h | |
parent | afdaa937487ff3db6077d851132ea7ae2353bf0f (diff) | |
download | ayatana-indicator-datetime-fb7e5a07951216e5771614b92f4a49f57807b337.tar.gz ayatana-indicator-datetime-fb7e5a07951216e5771614b92f4a49f57807b337.tar.bz2 ayatana-indicator-datetime-fb7e5a07951216e5771614b92f4a49f57807b337.zip |
Switching to one variable with all the marks in it
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 4 |
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" |