diff options
author | rbuj <[email protected]> | 2019-05-07 15:25:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-13 16:59:09 +0200 |
commit | 88a1df4c40d1bf8b554446c381c1ca557bff62e9 (patch) | |
tree | 409642cbc7b6ce9ded32b6134938f54e710eab9a /applets/clock | |
parent | 5497beb64ca17a0e80a84c92bc546dc8788f64a1 (diff) | |
download | mate-panel-88a1df4c40d1bf8b554446c381c1ca557bff62e9.tar.bz2 mate-panel-88a1df4c40d1bf8b554446c381c1ca557bff62e9.tar.xz |
Set compressed="true" for gresource text files
shrink the size of binary files.
Diffstat (limited to 'applets/clock')
-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> |