Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
89815e8d
Commit
89815e8d
authored
Aug 23, 2007
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix xosd (due to bug introduced in [17267] by funman).
parent
9bab0cca
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 @
89815e8d
...
...
@@ -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
(
!
playlist_IsEmpty
(
p_playlist
)
)
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