fix shutdown bug

This commit is contained in:
Jim Saxton
2016-02-05 15:24:05 -08:00
parent 1bff209a17
commit 1bbb5e8a44

View File

@@ -287,8 +287,12 @@ void YabInterface::MessageReceived(BMessage *message)
*/ */
bool YabInterface::QuitRequested() bool YabInterface::QuitRequested()
{ {
//exiting = true;
//return false;
exiting = true; exiting = true;
return false; ExitRequested();
snooze(20000);
return true;
} }
void YabInterface::RefsReceived(BMessage *message){ void YabInterface::RefsReceived(BMessage *message){