konq doesn't display html error messages

David Faure faure at kde.org
Fri Feb 6 16:27:20 GMT 2004


On Friday 06 February 2004 03:25, Leo Savernik wrote:
> Hello,
> 
> After upgrading to 3.2, I noticed that Konqueror doesn't display kio error
> messages like "Unknown Host www.bla" or timeout stuff inside the khtml part
> any more, but in an annoying modal popup dialog.
> 
> Is this a regression? If not, how can I restore the old behaviour (I looked
> into the kontrol center, but found nothing that was related)?

Ooops. Got broken by browserrun.cpp -r1.28 / konq_run.cc -r1.89 (I moved code)

--- konq_run.cc 1 Nov 2003 21:16:02 -0000       1.89
+++ konq_run.cc 6 Feb 2004 16:19:47 -0000
@@ -36,7 +36,7 @@ KonqRun::KonqRun( KonqMainWindow* mainWi
     : KParts::BrowserRun( _url, req.args, _childView ? _childView->part() : 0L, mainWindow,
                           //remove referrer if request was typed in manually.
                           // ### TODO: turn this off optionally.
-                          !req.typedURL.isEmpty(), trustedSource ),
+                          !req.typedURL.isEmpty(), trustedSource, true ),
     m_pMainWindow( mainWindow ), m_pView( _childView ), m_bFoundMimeType( false ), m_req( req )
 {
   //kdDebug(1202) << "KonqRun::KonqRun() " << this << endl;

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kfm-devel mailing list