[xfce4-settings] Fix syntax error in the fedora patch (#863337)

Christoph Wickert cwickert at fedoraproject.org
Fri Jan 25 21:45:49 UTC 2013


commit 153f32c9cc7f05212d30982d057a4f81a4772d5c
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Fri Jan 25 22:45:43 2013 +0100

    Fix syntax error in the fedora patch (#863337)

 xfce4-settings-4.9.4-fedora.patch |    4 ++--
 xfce4-settings.spec               |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xfce4-settings-4.9.4-fedora.patch b/xfce4-settings-4.9.4-fedora.patch
index 95b2352..632528d 100644
--- a/xfce4-settings-4.9.4-fedora.patch
+++ b/xfce4-settings-4.9.4-fedora.patch
@@ -7,8 +7,8 @@ diff -Nur xfce4-settings-4.9.4.orig/xfsettingsd/xsettings.xml xfce4-settings-4.9
    <property name="Net" type="empty">
 -    <property name="ThemeName" type="empty"/>
 -    <property name="IconThemeName" type="empty"/>
-+    <property name="ThemeName" type="Adwaita"/>
-+    <property name="IconThemeName" type="Fedora"/>
++    <property name="ThemeName" type="string" value="Adwaita"/>
++    <property name="IconThemeName" type="string" value="Fedora"/>
      <property name="DoubleClickTime" type="int" value="250"/>
      <property name="DoubleClickDistance" type="int" value="5"/>
      <property name="DndDragThreshold" type="int" value="8"/>
diff --git a/xfce4-settings.spec b/xfce4-settings.spec
index 9980072..7a2c654 100644
--- a/xfce4-settings.spec
+++ b/xfce4-settings.spec
@@ -102,6 +102,9 @@ rm -rf %{buildroot}
 %{_libdir}/xfce4/settings
 
 %changelog
+* Fri Jan 25 2013 Christoph Wickert <cwickert at fedoraproject.org> - 4.10.0-4
+- Fix syntax error in the fedora patch (#863337)
+
 * Sat Oct 06 2012 Christoph Wickert <cwickert at fedoraproject.org> - 4.10.0-3
 - Add patch to prevent accidental shutdown of xfsettingsd
 - Add patch to fix GTK3 theme handling


More information about the scm-commits mailing list