[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/libs/webkitkde
From:       Michael David Howell <mhowell123 () gmail ! com>
Date:       2008-12-14 2:10:53
Message-ID: 1229220653.059951.29046.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 896663 by michaelhowell:

Fix the previous commit. Reuse Konqueror's download dialog.
Note: Still include support in KWebPage, on purpose.



 M  +0 -2      kdewebkit/kwebpage.cpp  
 M  +1 -0      part/webpage.cpp  


--- trunk/playground/libs/webkitkde/kdewebkit/kwebpage.cpp #896662:896663
@@ -119,8 +119,6 @@
     connect(this, SIGNAL(downloadRequested(const QNetworkRequest &)),
             this, SLOT(slotDownloadRequested(const QNetworkRequest &)));
     setForwardUnsupportedContent(true);
-    connect(this, SIGNAL(unsupportedContent(QNetworkReply *)),
-            this, SLOT(slotHandleUnsupportedContent(QNetworkReply *)));
 }
 
 KWebPage::~KWebPage()
--- trunk/playground/libs/webkitkde/part/webpage.cpp #896662:896663
@@ -57,6 +57,7 @@
     connect(this, SIGNAL(statusBarMessage(const QString &)),
             this, SLOT(slotStatusBarMessage(const QString &)));
 
+    connect(this, SIGNAL(unsupportedContent(QNetworkReply *)), this, \
SLOT(slotHandleUnsupportedContent(QNetworkReply *)));  }
 
 bool WebPage::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest \
&request,


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic