diff options
author | Praveen Kumar <kpraveen@novell.com> | 2005-07-01 17:49:32 +0800 |
---|---|---|
committer | Praveen Kumar <kpraveen@src.gnome.org> | 2005-07-01 17:49:32 +0800 |
commit | bffdf85285b26fca4783e5f9208a7e3b6d943674 (patch) | |
tree | fdbf6050fb63fd0036986517c1f2feefddb2b7ee /calendar/gui/e-cal-config.h | |
parent | 9f1c75a4201337897742582a9d771a15946816db (diff) | |
download | gsoc2013-evolution-bffdf85285b26fca4783e5f9208a7e3b6d943674.tar.gz gsoc2013-evolution-bffdf85285b26fca4783e5f9208a7e3b6d943674.tar.zst gsoc2013-evolution-bffdf85285b26fca4783e5f9208a7e3b6d943674.zip |
Added the source type field in _ECalConfigTargetSource Set the source type
2005-07-01 Praveen Kumar <kpraveen@novell.com>
* 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
Diffstat (limited to 'calendar/gui/e-cal-config.h')
-rw-r--r-- | calendar/gui/e-cal-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <glib-object.h> +#include <libecal/e-cal.h> #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; |