diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-16 13:47:06 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-16 13:47:06 +0800 |
commit | 16bcca2ec81199ff2460f35f9473349e7634ee40 (patch) | |
tree | d79dbcf933bdc9d5012838367310de2377004e51 /calendar/gui/e-cal-popup.h | |
parent | 8c2bc05620e28699a6d4768791411a293a797015 (diff) | |
download | gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.tar.gz gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.tar.zst gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.zip |
added code in gui/itip-utils.[ch], gui/e-cal-popup.[ch], gui/e-calendar-view.c
so that an option of "Reply" and "Reply All" on right click of a calendar item
for calendars that do not have the static capability of saving schedules.
svn path=/trunk/; revision=31192
Diffstat (limited to 'calendar/gui/e-cal-popup.h')
-rw-r--r-- | calendar/gui/e-cal-popup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-popup.h b/calendar/gui/e-cal-popup.h index 9f57e6766e..a4a612e918 100644 --- a/calendar/gui/e-cal-popup.h +++ b/calendar/gui/e-cal-popup.h @@ -86,6 +86,7 @@ enum _e_cal_popup_target_select_t { E_CAL_POPUP_SELECT_DELEGATABLE = 1<<13, E_CAL_POPUP_SELECT_ACCEPTABLE = 1<<14, E_CAL_POPUP_SELECT_NOTCOMPLETE = 1<<15, + E_CAL_POPUP_SELECT_NOSAVESCHEDULES = 1<<16, }; /** |