From: Christian Dywan Date: Sun, 27 Sep 2009 21:37:08 +0000 (+0200) Subject: Apply the correct settings to source view tabs X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7259066e20d982d98a554caf19c7c1134f4658eb;p=midori Apply the correct settings to source view tabs --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 9949db01..1b7bc767 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);