[Xfce4-commits] <midori:master> Apply the correct settings to source view tabs
Christian Dywan
noreply at xfce.org
Mon Sep 28 22:16:02 CEST 2009
Updating branch refs/heads/master
to 7259066e20d982d98a554caf19c7c1134f4658eb (commit)
from b70a2569dfbe82b8a5b36aca05418b5bce5c30b7 (commit)
commit 7259066e20d982d98a554caf19c7c1134f4658eb
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun Sep 27 23:37:08 2009 +0200
Apply the correct settings to source view tabs
midori/midori-browser.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 9949db0..1b7bc76 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -3105,6 +3105,7 @@ _action_source_view_activate (GtkAction* action,
GtkWidget* web_view;
source = midori_view_new (browser->net);
+ midori_view_set_settings (MIDORI_VIEW (source), browser->settings);
midori_view_set_uri (MIDORI_VIEW (source), "");
web_view = gtk_bin_get_child (GTK_BIN (source));
webkit_web_view_set_view_source_mode (WEBKIT_WEB_VIEW (web_view), TRUE);
More information about the Xfce4-commits
mailing list