Commit 4d268944 authored by Clément Stenac's avatar Clément Stenac

Forgot this

parent 2b819bc1
......@@ -98,6 +98,9 @@ VlcProc::VlcProc( intf_thread_t *pIntf ): SkinObject( pIntf ),
// Called when the playlist changes
var_AddCallback( pIntf->p_sys->p_playlist, "intf-change",
onIntfChange, this );
/* FIXME : properly handle item-append*/
var_AddCallback( pIntf->p_sys->p_playlist, "item-append",
onIntfChange, this );
// Called when the "interface shower" wants us to show the skin
var_AddCallback( pIntf->p_sys->p_playlist, "intf-show",
onIntfShow, this );
......
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