aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-06-28 19:57:29 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-06-28 19:57:29 +0800
commit8808041831b8b9b5a12243f938ac65b6496392a6 (patch)
tree84676c5246271bcf16eb97eceb61441028cd5d60 /calendar/gui/calendar-component.c
parentd77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667 (diff)
downloadgsoc2013-evolution-8808041831b8b9b5a12243f938ac65b6496392a6.tar
gsoc2013-evolution-8808041831b8b9b5a12243f938ac65b6496392a6.tar.gz
gsoc2013-evolution-8808041831b8b9b5a12243f938ac65b6496392a6.tar.bz2
gsoc2013-evolution-8808041831b8b9b5a12243f938ac65b6496392a6.tar.lz
gsoc2013-evolution-8808041831b8b9b5a12243f938ac65b6496392a6.tar.xz
gsoc2013-evolution-8808041831b8b9b5a12243f938ac65b6496392a6.tar.zst
gsoc2013-evolution-8808041831b8b9b5a12243f938ac65b6496392a6.zip
removed not-uses-anymore parameter in call to
2001-06-28 Rodrigo Moya <rodrigo@ximian.com> * gui/component-factory.c: removed not-uses-anymore parameter in call to evolution_shell_component_new * gui/gnome-cal.[ch] (gnome_calendar_cut_clipboard), (gnome_calendar_copy_clipboard), (gnome_calendar_paste_clipboard): new functions for allowing execution of clipboard-related commands * gui/e-day-view.[ch] (e_day_view_cut_clipboard), (e_day_view_copy_clipboard), (e_day_view_paste_clipboard): ditto * gui/e-week-view.[ch] (e_week_view_cut_clipboard), (e_week_view_copy_clipboard), (e_week_view_paste_clipboard): ditto 2001-06-27 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-commands.c (cut_event_cmd), (copy_event_cmd), (paste_event_cmd): added callbacks for the new clipboard-related menu entries svn path=/trunk/; revision=10557
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index d29f3bbc5d..bd11244f85 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -310,7 +310,6 @@ factory_fn (BonoboGenericFactory *factory,
EvolutionShellComponent *shell_component;
shell_component = evolution_shell_component_new (folder_types,
- NULL,
create_view,
create_folder,
remove_folder,