From: Urs Wolfer Date: Thu, 3 Jan 2008 15:25:23 +0000 (+0000) Subject: Re-compress svgz files with: X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/f2abd912c5c0fa0c2655a04029f8d779407edcf3 Re-compress svgz files with: find . -name "*.svgz" -exec advdef -z -4 '{}' \; That saves around 6MB in trunk without any restrictions. Also correct the svn mimetype for all svgz files which had a wrong one (which is thy reason why my fist commit failed...) with: svn propset svn:mime-type 'application/octet-stream' svn path=/trunk/KDE/kdebase/apps/; revision=756680 --- diff --git a/src/icons/oxsc-actions-view-file-columns.svgz b/src/icons/oxsc-actions-view-file-columns.svgz index e430bcd7b..a19a4712a 100644 Binary files a/src/icons/oxsc-actions-view-file-columns.svgz and b/src/icons/oxsc-actions-view-file-columns.svgz differ diff --git a/src/icons/small/ox16-actions-view-file-columns.svgz b/src/icons/small/ox16-actions-view-file-columns.svgz index f1ef27f68..1f49180be 100644 Binary files a/src/icons/small/ox16-actions-view-file-columns.svgz and b/src/icons/small/ox16-actions-view-file-columns.svgz differ diff --git a/src/icons/small/ox22-actions-view-file-columns.svgz b/src/icons/small/ox22-actions-view-file-columns.svgz index fea9f467e..ad1a1c609 100644 Binary files a/src/icons/small/ox22-actions-view-file-columns.svgz and b/src/icons/small/ox22-actions-view-file-columns.svgz differ