[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-203-g65f0477
Gustavo Noronha Silva
kov at debian.org
Wed Aug 11 15:23:24 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit fbd89f10a5b67b754d4b78824adbbf530520e5a4
Author: Gustavo Noronha Silva <kov at debian.org>
Date: Wed Aug 11 10:10:27 2010 -0300
Added patch referenced in last commit
diff --git a/debian/patches/02_inspector_files_path.patch b/debian/patches/02_inspector_files_path.patch
new file mode 100644
index 0000000..a8e41f4
--- /dev/null
+++ b/debian/patches/02_inspector_files_path.patch
@@ -0,0 +1,13 @@
+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());
+
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list