aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2004-04-09 23:56:21 +0800
committerDan Winship <danw@src.gnome.org>2004-04-09 23:56:21 +0800
commit4a8b6d717107d83401695ffdec711a5452095c27 (patch)
treeb5089994caf758d256c733330738deb95d4c163c /calendar/ChangeLog
parentc35cccb170c74c3656ce0981b7e6376d712fca5b (diff)
downloadgsoc2013-evolution-4a8b6d717107d83401695ffdec711a5452095c27.tar
gsoc2013-evolution-4a8b6d717107d83401695ffdec711a5452095c27.tar.gz
gsoc2013-evolution-4a8b6d717107d83401695ffdec711a5452095c27.tar.bz2
gsoc2013-evolution-4a8b6d717107d83401695ffdec711a5452095c27.tar.lz
gsoc2013-evolution-4a8b6d717107d83401695ffdec711a5452095c27.tar.xz
gsoc2013-evolution-4a8b6d717107d83401695ffdec711a5452095c27.tar.zst
gsoc2013-evolution-4a8b6d717107d83401695ffdec711a5452095c27.zip
Create an EUserCreatableItemsHandler for the view if there isn't one yet,
* gui/gnome-cal.c (gnome_calendar_set_ui_component): Create an EUserCreatableItemsHandler for the view if there isn't one yet, and then activate it. (gnome_calendar_destroy): destroy it. * gui/calendar-component.c (impl__get_userCreatableItems): add object/folder flags to items. * gui/e-tasks.c (e_tasks_set_ui_component): Create an EUserCreatableItemsHandler for the view if there isn't one yet, and then activate it. (e_tasks_destroy): destroy it. * gui/tasks-component.c (impl__get_userCreatableItems): add object/folder flags. Change "Task List" to "Tasks Group" per new specs. * gui/calendar-commands.c (calendar_control_deactivate): clear the GnomeCal's ui_component rather than setting it again svn path=/trunk/; revision=25382
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3bc0740c82..1de5c69490 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,25 @@
+2004-04-09 Dan Winship <danw@ximian.com>
+
+ * gui/gnome-cal.c (gnome_calendar_set_ui_component): Create an
+ EUserCreatableItemsHandler for the view if there isn't one yet,
+ and then activate it.
+ (gnome_calendar_destroy): destroy it.
+
+ * gui/calendar-component.c (impl__get_userCreatableItems): add
+ object/folder flags to items.
+
+ * gui/e-tasks.c (e_tasks_set_ui_component): Create an
+ EUserCreatableItemsHandler for the view if there isn't one yet,
+ and then activate it.
+ (e_tasks_destroy): destroy it.
+
+ * gui/tasks-component.c (impl__get_userCreatableItems): add
+ object/folder flags. Change "Task List" to "Tasks Group" per new
+ specs.
+
+ * gui/calendar-commands.c (calendar_control_deactivate): clear the
+ GnomeCal's ui_component rather than setting it again
+
2004-04-07 Jeffrey Stedfast <fejj@ximian.com>
* gui/dialogs/cal-prefs-dialog.c: Fixed to be instant-apply.