* Fixed regression I introduced in r36391. Thanks for proof-reading, Stippi!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36396 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -599,7 +599,7 @@ MainWin::MessageReceived(BMessage* msg)
|
||||
fPlaylist->CurrentItemIndex() + 1);
|
||||
if (!hadNext) {
|
||||
if ((fHasVideo && fCloseWhenDonePlayingMovie)
|
||||
|| (fHasAudio && fCloseWhenDonePlayingSound))
|
||||
|| (!fHasVideo && fCloseWhenDonePlayingSound))
|
||||
PostMessage(B_QUIT_REQUESTED);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user