]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/VlcWrapper.cpp
fixed flickering of skip buttons (and consequently crashing if you pressed them)
[vlc] / modules / gui / beos / VlcWrapper.cpp
index ff49421ce03f7e108c6ea7e8dded92bee29227cd..f8d2bf3d3f2cb3b22e31fef691eb0114f75aed0e 100644 (file)
@@ -2,7 +2,7 @@
  * VlcWrapper.cpp: BeOS plugin for vlc (derived from MacOS X port)
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: VlcWrapper.cpp,v 1.15 2003/01/08 02:09:15 titer Exp $
+ * $Id: VlcWrapper.cpp,v 1.16 2003/01/11 19:33:09 stippi Exp $
  *
  * Authors: Florian G. Pflug <fgp@phlo.org>
  *          Jon Lech Johansen <jon-vl@nanocrew.net>
@@ -105,7 +105,8 @@ bool VlcWrapper::UpdateInputAndAOut()
 
 bool VlcWrapper::HasInput()
 {
-    return( p_input != NULL );
+    return ( p_input != NULL );
+//    return ( PlaylistSize() > 0 );
 }
 
 /* status (UNDEF_S, PLAYING_S, PAUSE_S, FORWARD_S, BACKWARD_S,