Enable netscape plugins on win32
This commit is contained in:
parent
b45222111b
commit
db37fbcc74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue