[vlc-devel] commit: "item-remove" does not exist (dbus). (Laurent Aimar )

git version control git at videolan.org
Mon Feb 16 22:09:34 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Feb 16 21:41:13 2009 +0100| [2522756ed78467e612dfbe5d9761945d0619d64a] | committer: Laurent Aimar 

"item-remove" does not exist (dbus).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2522756ed78467e612dfbe5d9761945d0619d64a
---

 modules/control/dbus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/control/dbus.c b/modules/control/dbus.c
index 3d1390f..1cf6b18 100644
--- a/modules/control/dbus.c
+++ b/modules/control/dbus.c
@@ -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;




More information about the vlc-devel mailing list