[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

tonikitoo at webkit.org tonikitoo at webkit.org
Wed Dec 22 11:48:45 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3851b8317d1183959d08156a1c2db583b2f54baa
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Aug 7 20:07:47 2010 +0000

    2010-08-07  Antonio Gomes  <tonikitoo at webkit.org>
    
            Another unreviewed missing bit of r64673
    
            * QtTestBrowser/launcherwindow.cpp:
            (LauncherWindow::createChrome):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64917 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/QtTestBrowser/launcherwindow.cpp b/WebKitTools/QtTestBrowser/launcherwindow.cpp
index 1d6c799..9c7bf82 100644
--- a/WebKitTools/QtTestBrowser/launcherwindow.cpp
+++ b/WebKitTools/QtTestBrowser/launcherwindow.cpp
@@ -254,7 +254,7 @@ void LauncherWindow::createChrome()
 
     QAction* toggleTiledBackingStore = graphicsViewMenu->addAction("Toggle Tiled Backing Store", this, SLOT(toggleTiledBackingStore(bool)));
     toggleTiledBackingStore->setCheckable(true);
-    toggleResizesToContents->setChecked(m_windowOptions.useTiledBackingStore);
+    toggleTiledBackingStore->setChecked(m_windowOptions.useTiledBackingStore);
     toggleTiledBackingStore->setEnabled(isGraphicsBased());
     toggleTiledBackingStore->connect(toggleGraphicsView, SIGNAL(toggled(bool)), SLOT(setEnabled(bool)));
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list