diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/clock/clock.gresource.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/applets/clock/clock.gresource.xml b/applets/clock/clock.gresource.xml index 2ab45c51..874df0d9 100644 --- a/applets/clock/clock.gresource.xml +++ b/applets/clock/clock.gresource.xml @@ -3,12 +3,12 @@ <gresource prefix="/org/mate/panel/applet/clock"> <file compressed="true">clock.ui</file> <file compressed="true">clock-menu.xml</file> - <file alias="icons/clock-face-large.svg">pixmaps/clock-face-large.svg</file> - <file alias="icons/clock-face-small.svg">pixmaps/clock-face-small.svg</file> - <file alias="icons/clock-face-small-morning.svg">pixmaps/clock-face-small-morning.svg</file> - <file alias="icons/clock-face-small-day.svg">pixmaps/clock-face-small-day.svg</file> - <file alias="icons/clock-face-small-evening.svg">pixmaps/clock-face-small-evening.svg</file> - <file alias="icons/clock-face-small-night.svg">pixmaps/clock-face-small-night.svg</file> + <file compressed="true" alias="icons/clock-face-large.svg">pixmaps/clock-face-large.svg</file> + <file compressed="true" alias="icons/clock-face-small.svg">pixmaps/clock-face-small.svg</file> + <file compressed="true" alias="icons/clock-face-small-morning.svg">pixmaps/clock-face-small-morning.svg</file> + <file compressed="true" alias="icons/clock-face-small-day.svg">pixmaps/clock-face-small-day.svg</file> + <file compressed="true" alias="icons/clock-face-small-evening.svg">pixmaps/clock-face-small-evening.svg</file> + <file compressed="true" alias="icons/clock-face-small-night.svg">pixmaps/clock-face-small-night.svg</file> <file alias="icons/clock-map.png">pixmaps/clock-map.png</file> <file alias="icons/clock-map-location-marker.png">pixmaps/clock-map-location-marker.png</file> <file alias="icons/clock-map-location-current.png">pixmaps/clock-map-location-current.png</file> |