[baobab] Do not strip blanks from resource files



commit f2c8cd06a8971f48002cb4eb5dc24a14bd9e5990
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Sat Jul 5 19:46:23 2014 +0200

    Do not strip blanks from resource files
    
    They look better in the inspector

 src/baobab.gresource.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/baobab.gresource.xml b/src/baobab.gresource.xml
index cfbe56d..3d0f976 100644
--- a/src/baobab.gresource.xml
+++ b/src/baobab.gresource.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <gresources>
   <gresource prefix="/org/gnome/baobab/ui">
-    <file preprocess="xml-stripblanks">baobab-location-row.ui</file>
-    <file preprocess="xml-stripblanks">baobab-main-window.ui</file>
-    <file preprocess="xml-stripblanks">baobab-menu.ui</file>
+    <file compressed="true">baobab-location-row.ui</file>
+    <file compressed="true">baobab-main-window.ui</file>
+    <file compressed="true">baobab-menu.ui</file>
     <file compressed="true">baobab.css</file>
   </gresource>
 </gresources>


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