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
85f408e3
Commit
85f408e3
authored
Nov 12, 2006
by
zorglub
Browse files
Fix Qt4 play button
parent
e8aa094f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
85f408e3
...
...
@@ -550,7 +550,7 @@ void MainInterface::stop()
}
void
MainInterface
::
play
()
{
if
(
!
playlist_IsEmpty
(
THEPL
)
||
!
THEPL
->
i_enabled
)
if
(
playlist_IsEmpty
(
THEPL
)
)
{
/* The playlist is empty, open a file requester */
THEDP
->
simpleOpenDialog
();
...
...
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