fix crash on "cloes all" and error on system shutdown/restart.

This commit is contained in:
Jim
2015-04-24 20:21:54 -07:00
parent fb6e3df844
commit 989510264b
2 changed files with 1 additions and 3919 deletions

View File

@@ -288,7 +288,7 @@ void YabInterface::MessageReceived(BMessage *message)
bool YabInterface::QuitRequested()
{
exiting = true;
return true;
return false;
}
void YabInterface::RefsReceived(BMessage *message){

File diff suppressed because it is too large Load Diff