[banshee] JavaScriptCore: Fix name of libwebkitgtk DllImport
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] JavaScriptCore: Fix name of libwebkitgtk DllImport
- Date: Sat, 4 Jan 2014 13:21:17 +0000 (UTC)
commit e1a2d41faf3fa173cff13762a80d8832f4c8379c
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sat Jan 4 14:19:48 2014 +0100
JavaScriptCore: Fix name of libwebkitgtk DllImport
.../Banshee.WebBrowser/JavaScriptCore/JSContext.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.WebBrowser/JavaScriptCore/JSContext.cs
b/src/Core/Banshee.WebBrowser/JavaScriptCore/JSContext.cs
index 89a2157..c23f74b 100644
--- a/src/Core/Banshee.WebBrowser/JavaScriptCore/JSContext.cs
+++ b/src/Core/Banshee.WebBrowser/JavaScriptCore/JSContext.cs
@@ -31,7 +31,7 @@ namespace JavaScriptCore
{
public class JSContext
{
- public const string NATIVE_IMPORT = "libwebkitgtk-1.0.so.0";
+ public const string NATIVE_IMPORT = "libwebkitgtk-3.0.so.0";
public IntPtr Raw { get; private set; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]