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
Steve Lhomme
VLC
Commits
a52263a7
Commit
a52263a7
authored
Oct 22, 2006
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix xosd, thanks to hobophobe
parent
fe017418
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/misc/notify/xosd.c
modules/misc/notify/xosd.c
+1
-1
No files found.
modules/misc/notify/xosd.c
View file @
a52263a7
...
...
@@ -213,7 +213,7 @@ static void Run( intf_thread_t *p_intf )
p_intf
->
p_sys
->
b_need_update
=
VLC_FALSE
;
p_playlist
=
pl_Yield
(
p_intf
);
if
(
p_
playlist
->
i_size
<
0
)
if
(
!
playlist
_isEmpty
(
p_playlist
)
)
{
vlc_object_release
(
p_playlist
);
continue
;
...
...
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