Also lock fAboutWindow before Quit()ting in other apps
This commit is contained in:
@@ -602,7 +602,7 @@ ActivityView::~ActivityView()
|
||||
delete fSystemInfoHandler;
|
||||
|
||||
// replicant deleted, destroy the about window
|
||||
if (fAboutWindow != NULL)
|
||||
if (fAboutWindow != NULL && fAboutWindow->Lock())
|
||||
fAboutWindow->Quit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user