From 470b666d6c55d498cbf9952c48a0f859fbecafc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Forysiuk?= Date: Thu, 12 Jul 2012 21:30:11 +0200 Subject: [PATCH] Use Faenza icon when packaging for win32 --- win32/makedist/makedist.midori | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori index 5e6be41b..85454399 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 -- 2.39.5