aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/migration.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-11-04 20:47:14 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-11-04 20:47:14 +0800
commit571d39604123bf34f1a8932b8e3671c63ca43c42 (patch)
tree4747865c4ac9de34ce9ecb63bde3d82c16c39782 /calendar/gui/migration.h
parentde2131408dbcced673b45db2f57539847ba28291 (diff)
downloadgsoc2013-evolution-571d39604123bf34f1a8932b8e3671c63ca43c42.tar
gsoc2013-evolution-571d39604123bf34f1a8932b8e3671c63ca43c42.tar.gz
gsoc2013-evolution-571d39604123bf34f1a8932b8e3671c63ca43c42.tar.bz2
gsoc2013-evolution-571d39604123bf34f1a8932b8e3671c63ca43c42.tar.lz
gsoc2013-evolution-571d39604123bf34f1a8932b8e3671c63ca43c42.tar.xz
gsoc2013-evolution-571d39604123bf34f1a8932b8e3671c63ca43c42.tar.zst
gsoc2013-evolution-571d39604123bf34f1a8932b8e3671c63ca43c42.zip
added more menu items. (delete_calendar_cb): callbacks for new popup menu
2003-11-04 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-component.c (fill_popup_menu_callback): added more menu items. (delete_calendar_cb): callbacks for new popup menu items. (impl_createControls): add the source selector widget to the CalendarComponentPrivate structure. * gui/migration.[ch] (migrate_old_tasks): new function to migrate old tasks setups. (process_old_dir): renamed and added a "filename" argument, so that the same function can be used for tasks and calendar directories. (migrate_old_calendars): added new argument when calling process_old_dir(). * gui/tasks-component.c (tasks_component_init): call migrate_old_tasks() if there are no groups defined. svn path=/trunk/; revision=23182
Diffstat (limited to 'calendar/gui/migration.h')
-rw-r--r--calendar/gui/migration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/migration.h b/calendar/gui/migration.h
index 2453d47abd..3d0f9a04b1 100644
--- a/calendar/gui/migration.h
+++ b/calendar/gui/migration.h
@@ -26,5 +26,6 @@
#include <e-util/e-source-group.h>
gboolean migrate_old_calendars (ESourceGroup *source_group);
+gboolean migrate_old_tasks (ESourceGroup *source_group);
#endif