From c9c7d379de1d9f7c2a219c5cd64df7a630e6519f Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Tue, 18 Oct 2005 09:58:29 +0000 Subject: Committing the patch to add menu items in attachment bar. svn path=/trunk/; revision=30525 --- calendar/gui/e-cal-popup.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'calendar/gui/e-cal-popup.h') 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; -- cgit v1.2.3