diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-07-14 13:23:19 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-07-14 13:23:19 +0800 |
commit | 599e55ccba0dd6fc1f5e2d28880453ce92e30368 (patch) | |
tree | 1b84dcdfa425196c0eca475b070faddbc39ae9c1 /calendar/gui/e-cal-popup.h | |
parent | 91979d1eff9a4a0d7fb9d48c7239dd6b26500a25 (diff) | |
download | gsoc2013-evolution-599e55ccba0dd6fc1f5e2d28880453ce92e30368.tar.gz gsoc2013-evolution-599e55ccba0dd6fc1f5e2d28880453ce92e30368.tar.zst gsoc2013-evolution-599e55ccba0dd6fc1f5e2d28880453ce92e30368.zip |
Fix for bug #329772
svn path=/trunk/; revision=32306
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 a4a612e918..c94faf0b3d 100644 --- a/calendar/gui/e-cal-popup.h +++ b/calendar/gui/e-cal-popup.h @@ -87,6 +87,7 @@ enum _e_cal_popup_target_select_t { E_CAL_POPUP_SELECT_ACCEPTABLE = 1<<14, E_CAL_POPUP_SELECT_NOTCOMPLETE = 1<<15, E_CAL_POPUP_SELECT_NOSAVESCHEDULES = 1<<16, + E_CAL_POPUP_SELECT_COMPLETE = 1<<17, }; /** |