diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-18 17:58:29 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-18 17:58:29 +0800 |
commit | c9c7d379de1d9f7c2a219c5cd64df7a630e6519f (patch) | |
tree | 6b021ca9c1d05358fe8567267c52a606c44f4edf /calendar/gui/e-cal-popup.h | |
parent | c6aa38887fdc08b37722cda83991346588612ecd (diff) | |
download | gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.tar.gz gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.tar.zst gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.zip |
Committing the patch to add menu items in attachment bar.
svn path=/trunk/; revision=30525
Diffstat (limited to 'calendar/gui/e-cal-popup.h')
-rw-r--r-- | calendar/gui/e-cal-popup.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-popup.h b/calendar/gui/e-cal-popup.h index 5dac5ea77e..9f57e6766e 100644 --- a/calendar/gui/e-cal-popup.h +++ b/calendar/gui/e-cal-popup.h @@ -113,7 +113,9 @@ enum _e_cal_popup_target_source_t { enum _e_cal_popup_target_attachments_t { E_CAL_POPUP_ATTACHMENTS_ONE = 1<<0, /* only 1 selected */ E_CAL_POPUP_ATTACHMENTS_MANY = 1<<1, /* one or more selected */ - E_CAL_POPUP_ATTACHMENTS_MODIFY =1<<2, /* check for modify operation */ + E_CAL_POPUP_ATTACHMENTS_MODIFY = 1<<2, /* check for modify operation */ + E_CAL_POPUP_ATTACHMENTS_MULTIPLE = 1<<3, + E_CAL_POPUP_ATTACHMENTS_IMAGE = 1<<4, }; typedef struct _ECalPopupTargetSelect ECalPopupTargetSelect; |