Files
evolution/data/org.gnome.Evolution.gresource.xml
Milan Crha 559faecc53 Misc: Replace XPM images with SVG images
The GdkPixbuf removed the XPM loader, thus convert the XPM images
into a more recent format and use that instead.
2024-05-14 18:50:45 +02:00

12 lines
440 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<gresources>
<gresource prefix="org.gnome.Evolution">
<file>emoji.data</file>
<file alias="arrow-down.svg">images/arrow-down.svg</file>
<file alias="arrow-up.svg">images/arrow-up.svg</file>
<file alias="empty.svg">images/empty.svg</file>
<file alias="jump.svg">images/jump.svg</file>
<file alias="jump-focused.svg">images/jump-focused.svg</file>
</gresource>
</gresources>