]> spindle.queued.net Git - midori/commitdiff
Apply the correct settings to source view tabs
authorChristian Dywan <christian@twotoasts.de>
Sun, 27 Sep 2009 21:37:08 +0000 (23:37 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 27 Sep 2009 21:37:08 +0000 (23:37 +0200)
midori/midori-browser.c

index 9949db01eacab77c513cbbdb54c8ade658948c73..1b7bc76716f24e428b500e173416628dbab7b2c2 100644 (file)
@@ -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);