git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c853cf
)
Makes a debug msg more explicit
author
Rafaël Carré
<funman@videolan.org>
Sat, 8 Sep 2007 01:56:00 +0000
(
01:56
+0000)
committer
Rafaël Carré
<funman@videolan.org>
Sat, 8 Sep 2007 01:56:00 +0000
(
01:56
+0000)
modules/gui/qt4/components/interface_widgets.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/components/interface_widgets.cpp
b/modules/gui/qt4/components/interface_widgets.cpp
index
6188f36
..
43ae595
100644
(file)
--- a/
modules/gui/qt4/components/interface_widgets.cpp
+++ b/
modules/gui/qt4/components/interface_widgets.cpp
@@
-509,7
+509,7
@@
void ControlsWidget::stop()
void ControlsWidget::play()
{
if( THEPL )
- msg_Dbg( p_intf, "
Nothing to play yet, open a file %i", THEPL->items.i_size );
+ msg_Dbg( p_intf, "
There is %i playlist items", THEPL->items.i_size ); /* FIXME: remove me */
if( playlist_IsEmpty( THEPL ) )
{
/* The playlist is empty, open a file requester */