diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-07-25 13:18:51 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-07-25 13:18:51 +0800 |
commit | f46d7a7608344fa6cedd98f72a8bfb607f21a5f7 (patch) | |
tree | 2bfbf8b3d27af653e14efb2c241ce9c32513d5ad /calendar/gui/e-cal-popup.h | |
parent | 6a1efa3030b3ee155130061525af2fd967128db6 (diff) | |
download | gsoc2013-evolution-f46d7a7608344fa6cedd98f72a8bfb607f21a5f7.tar.gz gsoc2013-evolution-f46d7a7608344fa6cedd98f72a8bfb607f21a5f7.tar.zst gsoc2013-evolution-f46d7a7608344fa6cedd98f72a8bfb607f21a5f7.zip |
Committing the header file.
svn path=/trunk/; revision=29873
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 8fc2ed5e85..0945591fb0 100644 --- a/calendar/gui/e-cal-popup.h +++ b/calendar/gui/e-cal-popup.h @@ -83,6 +83,7 @@ enum _e_cal_popup_target_select_t { E_CAL_POPUP_SELECT_HASURL = 1<<11, E_CAL_POPUP_SELECT_MEETING = 1 <<12, E_CAL_POPUP_SELECT_DELEGATABLE = 1<<13, + E_CAL_POPUP_SELECT_ACCEPTABLE = 1<<14, }; /** |