Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
25e85b0b
Commit
25e85b0b
authored
Jun 26, 2004
by
gbazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
parent
f9b51f55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
modules/gui/skins2/src/skin_main.cpp
modules/gui/skins2/src/skin_main.cpp
+1
-1
src/playlist/playlist.c
src/playlist/playlist.c
+1
-0
No files found.
modules/gui/skins2/src/skin_main.cpp
View file @
25e85b0b
...
...
@@ -272,7 +272,7 @@ static int DemuxOpen( vlc_object_t *p_this )
if
(
p_intf
!=
NULL
)
{
// Do nothing is skins2 is not the main interface
if
(
var_Type
(
p_intf
,
"skin-to-load"
)
!
=
VLC_VAR_STRING
)
if
(
var_Type
(
p_intf
,
"skin-to-load"
)
=
=
VLC_VAR_STRING
)
{
playlist_t
*
p_playlist
=
(
playlist_t
*
)
vlc_object_find
(
p_this
,
VLC_OBJECT_PLAYLIST
,
...
...
src/playlist/playlist.c
View file @
25e85b0b
...
...
@@ -360,6 +360,7 @@ static void RunThread ( playlist_t *p_playlist )
if
(
p_playlist
->
pp_items
[
p_playlist
->
i_index
]
->
b_autodeletion
)
{
playlist_Delete
(
p_playlist
,
p_playlist
->
i_index
);
p_playlist
->
i_status
=
PLAYLIST_RUNNING
;
}
/* Select the next playlist item */
...
...
Write
Preview
Markdown
is supported
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