Commit cc8c4755 authored by Rémi Duraffort's avatar Rémi Duraffort

telepathy: get back the previous behavior.

parent e0efd3d9
...@@ -173,7 +173,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var, ...@@ -173,7 +173,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
playlist_t* p_playlist = (playlist_t*) p_this; playlist_t* p_playlist = (playlist_t*) p_this;
char *psz_buf = NULL; char *psz_buf = NULL;
input_thread_t *p_input; input_thread_t *p_input;
bool b_is_item_current = !strncmp( "item-current", psz_var, 12 ); bool b_is_item_current = !strcmp( "item-current", psz_var );
/* Don't update Telepathy presence each time an item has been preparsed */ /* Don't update Telepathy presence each time an item has been preparsed */
if( b_is_item_current ) if( b_is_item_current )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment