From 52c8b4aea907d9ae0c69d8831432f4c862722273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Forysiuk?= Date: Thu, 23 Aug 2012 06:45:21 +0200 Subject: [PATCH] makedist.midori: Copy MS-Windows theme only for GTK2 builds --- win32/makedist/makedist.midori | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori index d9a78776..478dd51f 100755 --- a/win32/makedist/makedist.midori +++ b/win32/makedist/makedist.midori @@ -171,7 +171,6 @@ echo -n . # copy share grab_files share midori grab_files share icons -grab_files share MS-Windows grab_files share mime grab_files share midori.mo @@ -180,6 +179,7 @@ if [ "$GTK3_BUILD" == "1" ]; then grab_files share schemas MO_VER=30 else + grab_files share MS-Windows grab_files share webkitgtk-1.0 MO_VER=20 fi