From bffdf85285b26fca4783e5f9208a7e3b6d943674 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Fri, 1 Jul 2005 09:49:32 +0000 Subject: Added the source type field in _ECalConfigTargetSource Set the source type 2005-07-01 Praveen Kumar * gui/e-cal-config.h : Added the source type field in _ECalConfigTargetSource * gui/dialogs/calendar-setup.c (calendar_setup_edit_calendar) : Set the source type as calendar (calendar_setup_edit_task_list) : Set the source type as tasks. svn path=/trunk/; revision=29609 --- calendar/gui/e-cal-config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/e-cal-config.h') diff --git a/calendar/gui/e-cal-config.h b/calendar/gui/e-cal-config.h index 93086dd8ce..fa3a26e75f 100644 --- a/calendar/gui/e-cal-config.h +++ b/calendar/gui/e-cal-config.h @@ -24,6 +24,7 @@ #include +#include #include "e-util/e-config.h" #ifdef __cplusplus @@ -52,6 +53,7 @@ struct _ECalConfigTargetSource { EConfigTarget target; struct _ESource *source; + ECalSourceType *source_type; }; typedef struct _EConfigItem ECalConfigItem; -- cgit v1.2.3