[rhythmbox] stop converting images to pixdata for inclusion in resources



commit bfcb463ab0e005497988f0b3b50a07a3ee29e85d
Author: Jonathan Matthew <jonathan d14n org>
Date:   Wed Dec 14 07:31:25 2016 +1000

    stop converting images to pixdata for inclusion in resources

 shell/rhythmbox.gresource.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/shell/rhythmbox.gresource.xml b/shell/rhythmbox.gresource.xml
index b1fbc4a..9f054f4 100644
--- a/shell/rhythmbox.gresource.xml
+++ b/shell/rhythmbox.gresource.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <gresources>
        <gresource prefix="/org/gnome/Rhythmbox">
-               <file preprocess="to-pixdata">icons/hicolor/16x16/status/rhythmbox-set-star.png</file>
-               <file preprocess="to-pixdata">icons/hicolor/16x16/status/rhythmbox-unset-star.png</file>
-               <file preprocess="to-pixdata">icons/hicolor/16x16/status/rhythmbox-no-star.png</file>
-               <file preprocess="to-pixdata">icons/hicolor/48x48/status/rhythmbox-missing-artwork.png</file>
+               <file>icons/hicolor/16x16/status/rhythmbox-set-star.png</file>
+               <file>icons/hicolor/16x16/status/rhythmbox-unset-star.png</file>
+               <file>icons/hicolor/16x16/status/rhythmbox-no-star.png</file>
+               <file>icons/hicolor/48x48/status/rhythmbox-missing-artwork.png</file>
 
                <file>ui/style.css</file>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]