[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:43:14 UTC 2010
    
    
  
The following commit has been merged in the debian/experimental branch:
commit 4f86c6e97fc367aeabaea5971c0af2c180d361a1
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 5 00:12:37 2010 +0000
    2010-08-04  Antonio Gomes  <tonikitoo at webkit.org>
    
            Unreviewed missing bit of r64673
    
            * QtTestBrowser/launcherwindow.cpp:
            (LauncherWindow::createChrome):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64691 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/QtTestBrowser/launcherwindow.cpp b/WebKitTools/QtTestBrowser/launcherwindow.cpp
index 54e6d19..4acf2f0 100644
--- a/WebKitTools/QtTestBrowser/launcherwindow.cpp
+++ b/WebKitTools/QtTestBrowser/launcherwindow.cpp
@@ -204,7 +204,7 @@ void LauncherWindow::createChrome()
     QWebSettings* settings = page()->settings();
 
     QMenu* graphicsViewMenu = toolsMenu->addMenu("QGraphicsView");
-    QAction* toggleGraphicsView = graphicsViewMenu->addAction("Toggle use of QGraphicsView", this, SLOT(initializeView(bool)));
+    QAction* toggleGraphicsView = graphicsViewMenu->addAction("Toggle use of QGraphicsView", this, SLOT(initializeView()));
     toggleGraphicsView->setCheckable(true);
     toggleGraphicsView->setChecked(isGraphicsBased());
 
-- 
WebKit Debian packaging
    
    
More information about the Pkg-webkit-commits
mailing list