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

List:       kde-commits
Subject:    kdesdk/kapptemplate/kpartapp
From:       Dominique Devriese <fritmebufstek () pandora ! be>
Date:       2002-08-25 22:00:33
[Download RAW message or body]


kdesdk/kapptemplate/kpartapp app.cpp,1.4,1.5
Author: domi


Modified Files:
         app.cpp
Log Message:
adding a return after kapp->quit(), cause this is often forgotten, and
leads to crashes...

         KMessageBox::error(this, "Could not find our Part!");
         kapp->quit();
+        // we return here, cause kapp->quit() only means "exit the
+        // next time we enter the event loop...
+        return;

cheers
domi 



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

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