]> spindle.queued.net Git - midori/commitdiff
Assign Settings to source views
authorChristian Dywan <christian@twotoasts.de>
Sat, 18 Oct 2008 19:56:53 +0000 (21:56 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 18 Oct 2008 19:56:53 +0000 (21:56 +0200)
midori/midori-browser.c

index 191305aad99d649e77b4e6653f9c45c1190b21e4..585d7c2fdc3eccf2ef2625e4cedc1f65c2c0d62c 100644 (file)
@@ -1673,6 +1673,7 @@ _action_source_view_activate (GtkAction*     action,
     uri = g_strdup_printf ("view-source:%s",
         midori_view_get_display_uri (MIDORI_VIEW (view)));
     source_view = midori_view_new ();
+    midori_view_set_settings (MIDORI_VIEW (source_view), browser->settings);
     midori_view_set_uri (MIDORI_VIEW (source_view), uri);
     g_free (uri);
     gtk_widget_show (source_view);