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

List:       kde-commits
Subject:    kdenox/konq-embed/src
From:       Eva Brucherseifer <eva () kde ! org>
Date:       2006-06-26 20:29:39
Message-ID: 1151353779.691863.28817.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 555261 by eva:

- fixed crash when stopping download (by calling cleanUP also in
  destructor)
- strangely this also fixed the problem of closing konqueror during
  download. Maybe the trick is, to call cleanUp twice: once
lastWindowClosed (signal connected in main.cc) and later in the
destructor
Well, the Italians very lucky today (eighth final, 1:0 against
Australia, won by penalty in the very last second of the match), why
shouldn't we do the same. This was the last serious bug in Konq/E :-)))


 M  +2 -1      mainwindowbase.cc  


--- trunk/kdenox/konq-embed/src/mainwindowbase.cc #555260:555261
@@ -243,6 +243,7 @@
 
 MainWindowBase::~MainWindowBase()
 {
+    cleanUp();
 }
 
 
@@ -272,7 +273,7 @@
     cfg->sync();
 
      kdDebug() << "MainWindowBase::cleanUp()" << endl;
-     KIO::Scheduler::self()->releaseAllJobs();
+     //KIO::Scheduler::self()->releaseAllJobs();
      //KIO::Launcher::self()->stopLauncherProcess();
      //system("killall konqueror");
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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