From: Paweł Forysiuk Date: Mon, 6 Aug 2012 21:36:02 +0000 (+0200) Subject: Enable netscape plugins on win32 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db37fbcc744669f611be3e426a5d9d80d331c521;p=midori Enable netscape plugins on win32 --- diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c index 784f63a2..e1768b3c 100644 --- a/midori/midori-websettings.c +++ b/midori/midori-websettings.c @@ -1302,7 +1302,7 @@ midori_web_settings_finalize (GObject* object) gboolean midori_web_settings_has_plugin_support (void) { - #ifdef G_OS_WIN32 + #if !WEBKIT_CHECK_VERSION (1, 8, 2) && defined G_OS_WIN32 return FALSE; #else return g_getenv ("MIDORI_UNARMED") == NULL