Skip to content

Commit

Permalink
Destroy AboutWindow on destruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Nov 13, 2012
1 parent c191daa commit b23f8cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/powerstatus/PowerStatusView.cpp
Expand Up @@ -77,6 +77,8 @@ PowerStatusView::PowerStatusView(BMessage* archive)

PowerStatusView::~PowerStatusView()
{
if (fAboutWindow != NULL)
fAboutWindow->Quit();
}


Expand Down

0 comments on commit b23f8cd

Please sign in to comment.