2004-04-19 Michael Terry <mike@mterry.name> * GNOME_Evolution_Test.server.in.in: Change component icons to use the icon theme names for icons * Makefile.am: Remove e-icon-factory.[ch] * e-component-registry.c: Use the icon theme for component icons * e-icon-factory.[ch]: Removed these files * e-shell-importer.c: * e-shell-settings-dialog.c: * e-shell-startup-wizard.c: * e-shell-window-commands.c: * e-user-creatable-items-handler.c: * evolution-shell-component-utils.[ch]: * main.c: * glade/evolution-startup-wizard.glade: * importer/import.glade: Use the icon theme via EIconFactory for all of the icons in the shell, and the window icons svn path=/trunk/; revision=25512
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
<oaf_info>
|
|
|
|
<!-- (factory) -->
|
|
<oaf_server iid="OAFIID:GNOME_Evolution_Test_Factory:@VERSION@"
|
|
type="shlib"
|
|
location="@COMPONENTDIR@/libevolution-test.so">
|
|
|
|
<oaf_attribute name="repo_ids" type="stringv">
|
|
<item value="IDL:GNOME/ObjectFactory:1.0"/>
|
|
</oaf_attribute>
|
|
|
|
<oaf_attribute name="name" type="string"
|
|
_value="Evolution Test"/>
|
|
</oaf_server>
|
|
|
|
<!-- Component Interface -->
|
|
|
|
<oaf_server iid="OAFIID:GNOME_Evolution_Test_Component:@VERSION@"
|
|
type="factory"
|
|
location="OAFIID:GNOME_Evolution_Test_Factory:@VERSION@">
|
|
|
|
<oaf_attribute name="repo_ids" type="stringv">
|
|
<item value="IDL:GNOME/Evolution/Component:@VERSION@"/>
|
|
</oaf_attribute>
|
|
|
|
<oaf_attribute name="name" type="string" _value="Evolution Test component"/>
|
|
|
|
<oaf_attribute name="evolution:component_alias" type="string" value="test"/>
|
|
|
|
<oaf_attribute name="evolution:button_label" type="string" _value="Test"/>
|
|
<oaf_attribute name="evolution:button_sort_order" type="string" value="-1"/>
|
|
<oaf_attribute name="evolution:button_icon" type="string" value="stock_mail"/>
|
|
|
|
<oaf_attribute name="evolution:component_icon" type="string" value="stock_mail"/>
|
|
<oaf_attribute name="evolution:component_display_order" type="number" value="1"/>
|
|
|
|
</oaf_server>
|
|
|
|
</oaf_info>
|