From 7f6f7e52113103e38dbb27aef10c1ffc25f269ec Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 5 Sep 2001 02:52:52 +0000 Subject: Implemented. 2001-09-04 Federico Mena Quintero * gui/component-factory.c (sc_user_create_new_item_cb): Implemented. * gui/main.c (component_editor_factory_init): New function to create the factory for the comp_editor_factory. * gui/comp-editor-factory.c: Finished implementation. * gui/alarm-notify/alarm-queue.c (edit_component): Implemented the Edit command. * gui/Makefile.am (evolution_calendar_SOURCES): Added comp-editor-factory.[ch] to the list of sources. svn path=/trunk/; revision=12619 --- calendar/gui/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 133e39f1ce..2db2c26ced 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -74,6 +74,8 @@ evolution_calendar_SOURCES = \ calendar-view.h \ calendar-view-factory.c \ calendar-view-factory.h \ + comp-editor-factory.c \ + comp-editor-factory.h \ comp-util.c \ comp-util.h \ control-factory.c \ -- cgit v1.2.3