Bug#43208: kde standard application endless loop on File/Quit

eggert.ehmke at berlin.de eggert.ehmke at berlin.de
Wed May 29 11:50:08 UTC 2002


Package: kdevelop
Version: KDE 3.0.1 
Severity: normal
Installed from:    SuSE RPMs
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

A kde normal application is generated. The function slotFileQuit in the <project>App class contains these statements:

for(w=memberList->first(); w!=0; w=memberList->first())
   if (!w-close())
...

This is an endless loop. Obviously the close function does not make the next window the first one, as the comment some lines before suggests.

(Submitted via bugs.kde.org)


(Complete bug history is available at http://bugs.kde.org/db/43/43208.html)




More information about the KDevelop-devel mailing list