r21410 - gnucash/branches/2.4/packaging/win32 - [21408] Use "Nimbus" gtk theme on Windows.

Geert Janssens gjanssens at code.gnucash.org
Sun Oct 9 17:18:09 EDT 2011


Author: gjanssens
Date: 2011-10-09 17:18:08 -0400 (Sun, 09 Oct 2011)
New Revision: 21410
Trac: http://svn.gnucash.org/trac/changeset/21410

Modified:
   gnucash/branches/2.4/packaging/win32/dist-impl.sh
Log:
[21408] Use "Nimbus" gtk theme on Windows.
A previous attempt failed to set this in the installer.


Conflicts:

	packaging/win32/dist-impl.sh

Modified: gnucash/branches/2.4/packaging/win32/dist-impl.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/dist-impl.sh	2011-10-09 21:07:27 UTC (rev 21409)
+++ gnucash/branches/2.4/packaging/win32/dist-impl.sh	2011-10-09 21:18:08 UTC (rev 21410)
@@ -104,7 +104,7 @@
     wget_unpacked $PANGO_URL $DOWNLOAD_DIR $DIST_DIR
     wget_unpacked $LIBART_LGPL_URL $DOWNLOAD_DIR $DIST_DIR
     wget_unpacked $GTK_URL $DOWNLOAD_DIR $DIST_DIR
-    echo 'gtk-theme-name = "MS-Windows"' > $DIST_DIR/etc/gtk-2.0/gtkrc
+    echo 'gtk-theme-name = "Nimbus"' > $DIST_DIR/etc/gtk-2.0/gtkrc
     wget_unpacked $ORBIT2_URL $DOWNLOAD_DIR $DIST_DIR
     wget_unpacked $GAIL_URL $DOWNLOAD_DIR $DIST_DIR
     wget_unpacked $POPT_URL $DOWNLOAD_DIR $DIST_DIR



More information about the gnucash-changes mailing list