the loop was never entered. CID 93
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27745 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
84dcf4f24f
commit
85d7d4bc41
@ -312,7 +312,7 @@ TTracker::QuitRequested()
|
||||
deskDir.RemoveAttr(kAttrOpenWindows);
|
||||
}
|
||||
|
||||
for (int32 count = 0; count == 50; count++) {
|
||||
for (int32 count = 0; count < 50; count++) {
|
||||
// wait 5 seconds for the copiing/moving to quit
|
||||
if (gStatusWindow->AttemptToQuit())
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user