[Xfce4-commits] <midori:master> Use settings of normal tab for source tab in tab_special

Christian Dywan noreply at xfce.org
Sun Dec 2 16:34:08 CET 2012


Updating branch refs/heads/master
         to 775ae53deee8a74641bac0508a6827d19297205a (commit)
       from b2ce60d164063fc78b592c3a3b703bdf67f3d0fb (commit)

commit 775ae53deee8a74641bac0508a6827d19297205a
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Dec 2 15:40:36 2012 +0100

    Use settings of normal tab for source tab in tab_special

 tests/tab.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/tab.vala b/tests/tab.vala
index a1c2516..90e0a08 100644
--- a/tests/tab.vala
+++ b/tests/tab.vala
@@ -144,7 +144,7 @@ void tab_special () {
     tab.destroy ();
 
     /* Mimic browser: SourceView with no external editor */
-    var source = new Midori.View.with_title ();
+    var source = new Midori.View.with_title (null, tab.settings);
     browser.add_tab (source);
     source.web_view.set_view_source_mode (true);
     source.web_view.load_uri (test_url);


More information about the Xfce4-commits mailing list