X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fgui%2Fbeos%2FInterfaceWindow.cpp;h=66868474662c35091d72cb6adcb192305f71180a;hp=d0bce6bd29e0996f2b01b588eb38a306b4266145;hb=3c98f145a38a0f09184baf07be912a4433584fd8;hpb=ca334665d34a99d8b336259bed4483054b90239b diff --git a/modules/gui/beos/InterfaceWindow.cpp b/modules/gui/beos/InterfaceWindow.cpp index d0bce6bd29..6686847466 100644 --- a/modules/gui/beos/InterfaceWindow.cpp +++ b/modules/gui/beos/InterfaceWindow.cpp @@ -2,7 +2,7 @@ * InterfaceWindow.cpp: beos interface ***************************************************************************** * Copyright (C) 1999, 2000, 2001 VideoLAN - * $Id: InterfaceWindow.cpp,v 1.42 2003/06/22 00:40:18 titer Exp $ + * $Id: InterfaceWindow.cpp,v 1.43 2003/09/07 22:53:09 fenrir Exp $ * * Authors: Jean-Marc Dressler * Samuel Hocevar @@ -416,7 +416,7 @@ void InterfaceWindow::MessageReceived( BMessage * p_message ) if (playback_status > UNDEF_S) { p_wrapper->PlaylistStop(); - p_mediaControl->SetStatus(NOT_STARTED_S, DEFAULT_RATE); + p_mediaControl->SetStatus(UNDEF_S, DEFAULT_RATE); } break; @@ -722,7 +722,7 @@ void InterfaceWindow::MessageReceived( BMessage * p_message ) bool InterfaceWindow::QuitRequested() { p_wrapper->PlaylistStop(); - p_mediaControl->SetStatus(NOT_STARTED_S, DEFAULT_RATE); + p_mediaControl->SetStatus(UNDEF_S, DEFAULT_RATE); _StoreSettings();