Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
d3a76dfe
Commit
d3a76dfe
authored
Sep 08, 2007
by
Rafaël Carré
Browse files
Makes a debug msg more explicit
parent
5c853cf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/interface_widgets.cpp
View file @
d3a76dfe
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment