aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-17 06:37:13 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-17 06:37:13 +0800
commit8b1e261b3e451e1a28176cc1b835634a1a30d0d8 (patch)
tree71828b4730a0e6184c9bc7c222616f2ea47ab58d /calendar/gui/calendar-component.c
parentccdc51ce37535be6efc345c160d874a1f94ea175 (diff)
downloadgsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar.gz
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar.bz2
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar.lz
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar.xz
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar.zst
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.zip
add it via e-tasks (remove_uri_for_source): remove it via e-tasks
2003-11-16 JP Rosevear <jpr@ximian.com> * gui/tasks-component.c (add_uri_for_source): add it via e-tasks (remove_uri_for_source): remove it via e-tasks (get_default_task): provide a default for editing (impl_createControls): create the control directly (impl_requestCreateItem): implement * gui/gnome-cal.c (gnome_calendar_purge): don't let the two list iterators clobber each other * gui/e-tasks.h: add protos * gui/e-tasks.c (e_tasks_destroy): free the client list and the hash, disconnect signals (e_tasks_new_task): use the default client (e_tasks_add_todo_uri): add a uri (e_tasks_remove_todo_uri): remove a uri (e_tasks_set_default_uri): set default uri (e_tasks_get_default_client): get default client (e_tasks_delete_completed): expunge from all clients (e_tasks_setup_view_menus): use default client uri * gui/e-tasks.c (set_timezone): set the timezone for all clients (e_tasks_init): set up the clients has table * gui/e-calendar-table.etspec: yank some useless display columns * gui/e-cal-model.c (remove_client): remove objects in reverse order so we don't clobber ourselves * gui/calendar-component.c: add FIXME svn path=/trunk/; revision=23373
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 7e89f6f0fa..74d87ec3fe 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -64,6 +64,7 @@ struct _CalendarComponentPrivate {
guint selected_not;
};
+/* FIXME This should be gnome cal likely */
extern ECompEditorRegistry *comp_editor_registry;
/* Utility functions. */