aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-21 15:58:18 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-21 15:58:18 +0800
commitcbae89e0566acca6a03771e67dd587e4337b0d05 (patch)
tree9437e0543e838637b5b8e8b1cbaf41f858198383 /calendar/ChangeLog
parent400a4a04c6aa77b9b1e41f07a3c277e51f339799 (diff)
downloadgsoc2013-evolution-cbae89e0566acca6a03771e67dd587e4337b0d05.tar
gsoc2013-evolution-cbae89e0566acca6a03771e67dd587e4337b0d05.tar.gz
gsoc2013-evolution-cbae89e0566acca6a03771e67dd587e4337b0d05.tar.bz2
gsoc2013-evolution-cbae89e0566acca6a03771e67dd587e4337b0d05.tar.lz
gsoc2013-evolution-cbae89e0566acca6a03771e67dd587e4337b0d05.tar.xz
gsoc2013-evolution-cbae89e0566acca6a03771e67dd587e4337b0d05.tar.zst
gsoc2013-evolution-cbae89e0566acca6a03771e67dd587e4337b0d05.zip
** Fixes #57034.
2004-04-21 Not Zed <NotZed@Ximian.com> ** Fixes #57034. * gui/dialogs/calendar-setup.c (create_new_source_with_group): NULL out source if we can't open the calendar. (source_group_menu_add_groups): if the group is readonly, then desensitise it. (source_group_menu_add_groups): return the first non-readonly calendar index. (calendar_setup_new_calendar): set the group history to the first non-readonly group. (calendar_setup_new_task_list): same. svn path=/trunk/; revision=25556
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 90c5b1511b..8382849a7a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -6,6 +6,18 @@
2004-04-21 Not Zed <NotZed@Ximian.com>
+ ** Fixes #57034.
+
+ * gui/dialogs/calendar-setup.c (create_new_source_with_group):
+ NULL out source if we can't open the calendar.
+ (source_group_menu_add_groups): if the group is readonly, then
+ desensitise it.
+ (source_group_menu_add_groups): return the first non-readonly
+ calendar index.
+ (calendar_setup_new_calendar): set the group history to the first
+ non-readonly group.
+ (calendar_setup_new_task_list): same.
+
* gui/gnome-cal.c (gnome_calendar_set_ui_component): fix for
user_creatable_items api changes.