]> spindle.queued.net Git - midori/commitdiff
Enable netscape plugins on win32
authorPaweł Forysiuk <tuxator@o2.pl>
Mon, 6 Aug 2012 21:36:02 +0000 (23:36 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 6 Aug 2012 23:08:25 +0000 (01:08 +0200)
midori/midori-websettings.c

index 784f63a252f0c7b8d00281983fcbfb4feb1852c1..e1768b3c3a5246d1ab8b661c4da3735bcd43f606 100644 (file)
@@ -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