Replaced image/x with a set of mime types for the image types actually

* bonobo/image-generic.oafinfo: Replaced image/x with a set of
	mime types for the image types actually supported by gdk-pixbuf.
This commit is contained in:
Maciej Stachowiak 2000-06-12 22:14:41 +00:00
parent 635bc4c588
commit c3111e658e
2 changed files with 33 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2000-06-12 Maciej Stachowiak <mjs@eazel.com>
* bonobo/image-generic.oafinfo: Replaced image/x with a set of
mime types for the image types actually supported by gdk-pixbuf.
2000-06-11 Eskil Heyn Olsen <eskil@eazel.com>
* eog.spec.in: Added a specfile for EOG

View file

@ -19,7 +19,20 @@
<oaf_attribute name="description" type="string" value="Generic image bonobo object (scales to fit)"/>
<oaf_attribute name="bonobo:editable" type="boolean" value="false"/>
<oaf_attribute name="bonobo:supported_mime_types" type="stringv">
<item value="image/*"/>
<item value="image/gif"/>
<item value="image/jpeg"/>
<item value="image/png"/>
<item value="image/tiff"/>
<item value="image/x-bmp"/>
<item value="image/x-cmu-raster"/>
<item value="image/x-ico"/>
<item value="image/x-png"/>
<item value="image/x-portable-anymap"/>
<item value="image/x-portable-bitmap"/>
<item value="image/x-portable-graymap"/>
<item value="image/x-portable-pixmap"/>
<item value="image/x-xpixmap"/>
<item value="image/xpm"/>
</oaf_attribute>
</oaf_server>
@ -34,7 +47,20 @@
<oaf_attribute name="description" type="string" value="Generic image bonobo object (unscaled, scrollable view)"/>
<oaf_attribute name="bonobo:editable" type="boolean" value="false"/>
<oaf_attribute name="bonobo:supported_mime_types" type="stringv">
<item value="image/*"/>
<item value="image/gif"/>
<item value="image/jpeg"/>
<item value="image/png"/>
<item value="image/tiff"/>
<item value="image/x-bmp"/>
<item value="image/x-cmu-raster"/>
<item value="image/x-ico"/>
<item value="image/x-png"/>
<item value="image/x-portable-anymap"/>
<item value="image/x-portable-bitmap"/>
<item value="image/x-portable-graymap"/>
<item value="image/x-portable-pixmap"/>
<item value="image/x-xpixmap"/>
<item value="image/xpm"/>
</oaf_attribute>
<oaf_attribute name="nautilus:view_as_name" type="string" value="Image"/>
</oaf_server>