diff options
author | Vivek Jain <jvivek@novell.com> | 2005-05-12 17:23:22 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-05-12 17:23:22 +0800 |
commit | e4fadeb1c99a42f7af613a4b7cd1869ae646456b (patch) | |
tree | c25868684fd92b3b69d807711f4cc29ef8d79bdf /calendar/ChangeLog | |
parent | 31706e6b3c5e505cd4e3015f7880f5ba434e5382 (diff) | |
download | gsoc2013-evolution-e4fadeb1c99a42f7af613a4b7cd1869ae646456b.tar gsoc2013-evolution-e4fadeb1c99a42f7af613a4b7cd1869ae646456b.tar.gz gsoc2013-evolution-e4fadeb1c99a42f7af613a4b7cd1869ae646456b.tar.bz2 gsoc2013-evolution-e4fadeb1c99a42f7af613a4b7cd1869ae646456b.tar.lz gsoc2013-evolution-e4fadeb1c99a42f7af613a4b7cd1869ae646456b.tar.xz gsoc2013-evolution-e4fadeb1c99a42f7af613a4b7cd1869ae646456b.tar.zst gsoc2013-evolution-e4fadeb1c99a42f7af613a4b7cd1869ae646456b.zip |
Fixes #271523
2005-05-12 Vivek Jain <jvivek@novell.com>
Fixes #271523
* gui/dialogs/calendar-setup.c:
(CalendarSourceDialog): included an ECalSourceType member in
the structure
(calendar_setup_edit_calendar): set source_type as EVENT
(calendar_setup_edit_task_list): set source_type as TODO
(eccp_general_offline): Change the label according to the type
svn path=/trunk/; revision=29332
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 96407ed309..722d58e03b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,7 +1,19 @@ +2005-05-12 Vivek Jain <jvivek@novell.com> + + Fixes #271523 + + * gui/dialogs/calendar-setup.c: + (CalendarSourceDialog): included an ECalSourceType member in + the structure + (calendar_setup_edit_calendar): set source_type as EVENT + (calendar_setup_edit_task_list): set source_type as TODO + (eccp_general_offline): Change the label according to the type + 2005-05-12 Srinivasa Ragavan <sragavan@novell.com> * gui/task-component.c (selector_tree_drag_motion): Fixes the bug 269416 It makes the DnD to move tasks instead copying. + 2005-05-09 Rodrigo Moya <rodrigo@novell.com> Fixes #301350 |