[freemind/f16] Fix to set the default lookandfeel to gtk+

hannes hannes at fedoraproject.org
Tue Aug 23 09:20:43 UTC 2011


commit efa881aa56e6cd7c59f2d9bb8bf1ad7c95fc171b
Author: hannes <hannes at fedoraproject.org>
Date:   Tue Aug 23 11:20:19 2011 +0200

    Fix to set the default lookandfeel to gtk+

 freemind.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/freemind.spec b/freemind.spec
index 69113a0..a0e03da 100644
--- a/freemind.spec
+++ b/freemind.spec
@@ -1,6 +1,6 @@
 Name: freemind		
 Version: 0.9.0
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Free mind mapping software	
 
 Group:	Applications/Productivity
@@ -90,6 +90,10 @@ This package contains the API documentation for %{name}.
 
 sed -i 's/\r//' %{_builddir}/%{name}/accessories/LICENSE.MIT
 
+# set default lookandfeel to be gtk+. Fixes bug #729487
+sed -i 's/lookandfeel = default/lookandfeel = gtk+/' \
+        freemind.properties
+
 find -name '*.class' -exec rm -f '{}' \;
 find -name '*.jar' -exec rm -f '{}' \;
 find -name '*.zip' -exec rm -f '{}' \;
@@ -251,10 +255,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Aug 23 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-5
+- Fix bug #729487 by setting gtk+ lookandfeel by default
+
 * Thu Jul 07 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-4
 - added the avalon-framework-*.jars to the classpath freemind.sh
 
-
 * Thu Jul 06 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-3
 - updated freemind.sh to reflect the version change of jibx
 - added additional jar files to freemind.sh


More information about the scm-commits mailing list