[Xfce4-commits] <midori:master> Use Faenza icon when packaging for win32

Christian Dywan noreply at xfce.org
Thu Jul 12 22:56:01 CEST 2012


Updating branch refs/heads/master
         to 470b666d6c55d498cbf9952c48a0f859fbecafc7 (commit)
       from cd377bb7a85c8199627ba6f377e88efa3291b314 (commit)

commit 470b666d6c55d498cbf9952c48a0f859fbecafc7
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Thu Jul 12 21:30:11 2012 +0200

    Use Faenza icon when packaging for win32

 win32/makedist/makedist.midori |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index 5e6be41..8545439 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -217,13 +217,13 @@ if [ "$GTK3_BUILD" == "1" ]; then
 
     cat > $gtk_rc_file << _EOF
 [Settings]
-gtk-fallback-icon-theme = Tango
+gtk-icon-theme-name = Faenza
 _EOF
 
 else
     cat > $gtk_rc_file << _EOF
 gtk-theme-name = "MS-Windows"
-gtk-fallback-icon-theme = "Tango"
+gtk-icon-theme-name = "Faenza"
 _EOF
 
 fi


More information about the Xfce4-commits mailing list