diff options
author | Iain Holmes <iain@helixcode.com> | 2000-10-10 08:18:07 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-10 08:18:07 +0800 |
commit | 1febeef6becb09f0b6838e3e6850fb7d1e538396 (patch) | |
tree | e4bf09b22a37faf70ca1f2e83ba7c0b09e000d74 /calendar/gui/GNOME_Evolution_Calendar.oaf.in | |
parent | d9d237a838ee852028c6d93b26b01b13f93464ac (diff) | |
download | gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.tar.gz gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.tar.zst gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.zip |
Added the executive-summary library and cflags
2000-10-09 Iain Holmes <iain@helixcode.com>
* Makefile.am: Added the executive-summary library and cflags
* evolution-calendar.oafinfo: Added oaf servers for the
executive summary and executive summary factory.
* calendar-summary.[ch]: New files to create the summary.
* component-factory.c (summary_fn): Create the executive
summary component.
(component_factory_init): Start the summary factory as well.
svn path=/trunk/; revision=5807
Diffstat (limited to 'calendar/gui/GNOME_Evolution_Calendar.oaf.in')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oaf.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in index c8a4907854..25279ccaeb 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in @@ -26,4 +26,28 @@ </oaf_server> +<oaf_server iid="OAFIID:evolution-executive-summary-component-factory:evolution-calendar:6b45a890-fbc0-4f20-97d8-b8e344c059af" + type="exe" + location="evolution-calendar"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME:GenericFactory:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Factory for the Calendar Summary component."/> +</oaf_server> + +<oaf_server iid="OAFIID:evolution-executive-summary-component:evolution-calendar:c80742c0-c7ae-4f53-9df2-33221864729c" + type="factory" + location="OAFIID:evolution-executive-summary-component-factory:evolution-calendar:6b45a890-fbc0-4f20-97d8-b8e344c059af"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Evolution:SummaryComponent:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Evolution calendar executive summary component."/> +</oaf_server> + </oaf_info> |