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
2522756e
Commit
2522756e
authored
Feb 16, 2009
by
Laurent Aimar
Browse files
"item-remove" does not exist (dbus).
parent
aaa0d275
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/dbus.c
View file @
2522756e
...
...
@@ -861,7 +861,7 @@ static int TrackListChangeEmit( vlc_object_t *p_this, const char *psz_var,
VLC_UNUSED
(
oldval
);
intf_thread_t
*
p_intf
=
p_data
;
if
(
!
strcmp
(
psz_var
,
"item-append"
)
||
!
strcmp
(
psz_var
,
"item-remove"
)
)
if
(
!
strcmp
(
psz_var
,
"item-append"
)
)
{
/* don't signal when items are added/removed in p_category */
playlist_t
*
p_playlist
=
(
playlist_t
*
)
p_this
;
...
...
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