]> git.sesse.net Git - vlc/commitdiff
"item-remove" does not exist (dbus).
authorLaurent Aimar <fenrir@videolan.org>
Mon, 16 Feb 2009 20:41:13 +0000 (21:41 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 16 Feb 2009 20:41:13 +0000 (21:41 +0100)
modules/control/dbus.c

index 3d1390fbffe3acb087c276efc14b6c89b2616ffb..1cf6b1840bbbe893d041519df9f8dd956f1bd8e5 100644 (file)
@@ -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;
 
     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;
     {
         /* don't signal when items are added/removed in p_category */
         playlist_t *p_playlist = (playlist_t*)p_this;