diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-09-05 10:52:52 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-09-05 10:52:52 +0800 |
commit | 7f6f7e52113103e38dbb27aef10c1ffc25f269ec (patch) | |
tree | f34fb410189e6dedb8a2bcfcf079b85151dcdc84 /calendar/gui/GNOME_Evolution_Calendar.oaf.in | |
parent | bc21d949ca1a3a1eb0fc5dd735411030c01c6b79 (diff) | |
download | gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar.gz gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar.bz2 gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar.lz gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar.xz gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar.zst gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.zip |
Implemented.
2001-09-04 Federico Mena Quintero <federico@ximian.com>
* 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
Diffstat (limited to 'calendar/gui/GNOME_Evolution_Calendar.oaf.in')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oaf.in | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in index 0e07c3bfa2..4d80cfa0de 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in @@ -67,7 +67,7 @@ location="evolution-calendar"> <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME:GenericFactory:1.0"/> + <item value="IDL:GNOME:ObjectFactory:1.0"/> </oaf_attribute> <oaf_attribute name="description" type="string" @@ -117,11 +117,23 @@ _value="A sample Bonobo control which displays an calendar."/> </oaf_server> -<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_CompEditorFactory" +<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_CompEditorFactory_Factory" type="exe" location="evolution-calendar"> <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/ObjectFactory:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + _value="Factory to create a component editor factory"/> +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_CompEditorFactory" + type="factory" + location="OAFIID:GNOME_Evolution_Calendar_CompEditorFactory_Factory"> + + <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:GNOME/Evolution/Calendar/CompEditorFactory:1.0"/> <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> |