[baobab] Do not strip blanks from resource files
- From: Stefano Facchini <sfacchini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] Do not strip blanks from resource files
- Date: Sat, 5 Jul 2014 17:47:48 +0000 (UTC)
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]