]> spindle.queued.net Git - midori/commitdiff
Use Faenza icon when packaging for win32
authorPaweł Forysiuk <tuxator@o2.pl>
Thu, 12 Jul 2012 19:30:11 +0000 (21:30 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 12 Jul 2012 20:37:20 +0000 (22:37 +0200)
win32/makedist/makedist.midori

index 5e6be41b94838a41010856a77a96a3e8fc9af213..85454399cc3b005b75002bfb1e803dce2afde7f7 100755 (executable)
@@ -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