From 6c4af7d1fcc0b8ee246e2e00f82e16b26a47fd9e Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Thu, 21 Oct 2004 17:07:23 +0000 Subject: Add status bits to denote if the calendar source is available offline so * gui/e-cal-popup.[ch]: (e_cal_popup_target_new_source): Add status bits to denote if the calendar source is available offline so that plugins to calendar popups can use the status qualifier to denote their visibility preferences. svn path=/trunk/; revision=27680 --- calendar/gui/e-cal-popup.h | 2 ++ 1 file changed, 2 insertions(+) (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 1e7d7bc23a..a5043b1726 100644 --- a/calendar/gui/e-cal-popup.h +++ b/calendar/gui/e-cal-popup.h @@ -93,6 +93,8 @@ enum _e_cal_popup_target_source_t { E_CAL_POPUP_SOURCE_PRIMARY = 1<<0, E_CAL_POPUP_SOURCE_SYSTEM = 1<<1, /* system folder */ E_CAL_POPUP_SOURCE_USER = 1<<2, /* user folder (!system) */ + E_CAL_POPUP_SOURCE_OFFLINE = 1 <<3, + E_CAL_POPUP_SOURCE_NO_OFFLINE = 1 <<4 }; typedef struct _ECalPopupTargetSelect ECalPopupTargetSelect; -- cgit v1.2.3