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
3e9e18a2
Commit
3e9e18a2
authored
Sep 12, 2005
by
hartman
Browse files
* Fix Mac autoplay behaviour for SD playlistitems. (refs #8)
parent
e86193cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/intf.m
View file @
3e9e18a2
...
...
@@ -419,7 +419,7 @@ static VLCMain *_o_sharedMainInstance = nil;
/* Check if we need to start playing */
if
(
p_intf
->
b_play
)
{
playlist_
Play
(
p_playlist
);
playlist_
LockControl
(
p_playlist
,
PLAYLIST_AUTOPLAY
);
}
var_Create
(
p_playlist
,
"fullscreen"
,
VLC_VAR_BOOL
|
VLC_VAR_DOINHERIT
);
val
.
b_bool
=
VLC_FALSE
;
...
...
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