* 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:
Axel Dörfler
2010-04-21 14:39:29 +00:00
parent bab27a1b73
commit a444274016
+1 -1
View File
@@ -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;