diff options
author | Dan Winship <danw@src.gnome.org> | 2004-05-12 03:29:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-05-12 03:29:04 +0800 |
commit | 1b15216f5e285a231bcf5c7165be88607642c259 (patch) | |
tree | bbaf70b91a5f8ea5293bf870fe82b19d16971231 /calendar/gui/GNOME_Evolution_Calendar.server.in.in | |
parent | 7f8c30cebcdfd7f63674be90cab467bd6a7495d7 (diff) | |
download | gsoc2013-evolution-1b15216f5e285a231bcf5c7165be88607642c259.tar.gz gsoc2013-evolution-1b15216f5e285a231bcf5c7165be88607642c259.tar.zst gsoc2013-evolution-1b15216f5e285a231bcf5c7165be88607642c259.zip |
Remove the calendar and task list controls
* gui/GNOME_Evolution_Calendar.server.in.in: Remove the calendar
and task list controls
* gui/main.c (factory): Remove support for the calendar and task
list controls
* gui/control-factory.c: Remove the property-bag stuff
* gui/tasks-control.c: Likewise
svn path=/trunk/; revision=25857
Diffstat (limited to 'calendar/gui/GNOME_Evolution_Calendar.server.in.in')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index 437751b21f..5bf2c310e6 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -48,24 +48,6 @@ <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> </oaf_server> -<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_Control:@VERSION@" - type="factory" - location="OAFIID:GNOME_Evolution_Calendar_Factory:@VERSION@"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:BonoboControl/calendar-control:@VERSION@"/> - <item value="IDL:Bonobo/Control:1.0"/> - <item value="IDL:Bonobo/PropertyBag:1.0"/> - </oaf_attribute> - - <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> - <item value="text/calendar"/> - </oaf_attribute> - - <oaf_attribute name="name" type="string" - _value="Evolution Calendar viewer"/> -</oaf_server> - <oaf_server iid="OAFIID:GNOME_Evolution_Tasks_Component:@VERSION@" type="factory" location="OAFIID:GNOME_Evolution_Calendar_Factory:@VERSION@"> @@ -83,24 +65,6 @@ <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> </oaf_server> -<oaf_server iid="OAFIID:GNOME_Evolution_Tasks_Control:@VERSION@" - type="factory" - location="OAFIID:GNOME_Evolution_Calendar_Factory:@VERSION@"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:BonoboControl/tasks-control:@VERSION@"/> - <item value="IDL:Bonobo/Control:1.0"/> - <item value="IDL:Bonobo/PropertyBag:1.0"/> - </oaf_attribute> - - <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> - <item value="text/calendar"/> - </oaf_attribute> - - <oaf_attribute name="name" type="string" - _value="Evolution Tasks viewer"/> -</oaf_server> - <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_CompEditorFactory:@VERSION@" type="factory" location="OAFIID:GNOME_Evolution_Calendar_Factory:@VERSION@"> |