diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-06-09 04:47:52 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-06-09 04:47:52 +0800 |
commit | d09d4962997e9056652815aab81f49311a6a59a8 (patch) | |
tree | 807d49e73be441e0332b67f889b38c0b518f74ef /my-evolution/GNOME_Evolution_Summary.oaf.in | |
parent | da6c1c4d2ef41c60130e4de31160ee8107227588 (diff) | |
download | gsoc2013-evolution-d09d4962997e9056652815aab81f49311a6a59a8.tar.gz gsoc2013-evolution-d09d4962997e9056652815aab81f49311a6a59a8.tar.zst gsoc2013-evolution-d09d4962997e9056652815aab81f49311a6a59a8.zip |
Committing the new My Evolution.
svn path=/trunk/; revision=10163
Diffstat (limited to 'my-evolution/GNOME_Evolution_Summary.oaf.in')
-rw-r--r-- | my-evolution/GNOME_Evolution_Summary.oaf.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/my-evolution/GNOME_Evolution_Summary.oaf.in b/my-evolution/GNOME_Evolution_Summary.oaf.in new file mode 100644 index 0000000000..eeffbe28c0 --- /dev/null +++ b/my-evolution/GNOME_Evolution_Summary.oaf.in @@ -0,0 +1,29 @@ +<oaf_info> + +<oaf_server iid="OAFIID:GNOME_Evolution_Summary_ShellComponentFactory" + type="exe" + location="evolution-executive-summary"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/ObjectFactory:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + _value="Factory for the Evolution executive summary component."/> +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_Evolution_Summary_ShellComponent" + type="factory" + location="OAFIID:GNOME_Evolution_Summary_ShellComponentFactory"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + _value="Evolution component for the executive summary."/> + + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-today.png"/> +</oaf_server> + +</oaf_info> |