[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.2.3-6900-g13101d6

Gustavo Noronha Silva kov at debian.org
Fri Aug 6 19:38:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 13101d6b531339b6335a93b38d71db5597ba367e
Author: Gustavo Noronha Silva <kov at debian.org>
Date:   Fri Aug 6 16:02:34 2010 -0300

    Also, take care of looking for the correct path for inspector files

diff --git a/WebKit/gtk/WebCoreSupport/InspectorClientGtk.cpp b/WebKit/gtk/WebCoreSupport/InspectorClientGtk.cpp
index 616834b..5429b79 100644
--- a/WebKit/gtk/WebCoreSupport/InspectorClientGtk.cpp
+++ b/WebKit/gtk/WebCoreSupport/InspectorClientGtk.cpp
@@ -85,7 +85,7 @@ void InspectorClient::openInspectorFrontend(InspectorController* controller)
         GOwnPtr<gchar> fullPath(g_strdup_printf("%s/WebCore/inspector/front-end/inspector.html", currentDirectory.get()));
         inspectorURI.set(g_filename_to_uri(fullPath.get(), NULL, NULL));
     } else
-        inspectorURI.set(g_filename_to_uri(DATA_DIR"/webkit-1.0/webinspector/inspector.html", NULL, NULL));
+        inspectorURI.set(g_filename_to_uri(DATA_DIR"/webkitgtk-1.0/webinspector/inspector.html", NULL, NULL));
 
     webkit_web_view_load_uri(inspectorWebView, inspectorURI.get());
 
diff --git a/debian/patches/series b/debian/patches/series
index 7282d65..386dcec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_gir-version-1.0.patch
+02_inspector_files_path.patch

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list