[devhelp] Correctly order arguments to webkit_web_view_load_string
- From: Gustavo Noronha Silva <gns src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [devhelp] Correctly order arguments to webkit_web_view_load_string
- Date: Thu, 27 Aug 2009 15:22:50 +0000 (UTC)
commit 1a493af074a175a4b02621daa1f1a4d56dd8e683
Author: Gustavo Noronha Silva <gns gnome org>
Date: Thu Aug 27 12:19:47 2009 -0300
Correctly order arguments to webkit_web_view_load_string
This makes the Devhelp Assistant actually display content, again.
Bug #585670
src/dh-assistant-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dh-assistant-view.c b/src/dh-assistant-view.c
index 548e6bb..f480225 100644
--- a/src/dh-assistant-view.c
+++ b/src/dh-assistant-view.c
@@ -327,8 +327,8 @@ assistant_view_set_link (DhAssistantView *view,
priv->snippet_loaded = FALSE;
webkit_web_view_load_string (
WEBKIT_WEB_VIEW (view),
- "text/html",
html,
+ "text/html",
NULL,
filename);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]