Commit db7535e7 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Baptiste Kempf

skin2: call interaction_Register()

The destructor called interaction_Unregister(), thus also call interaction_Register()
(cherry picked from commit af9d16c530c407834497885916505a97c9aadb75)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a8a3f406
......@@ -190,6 +190,8 @@ VlcProc::VlcProc( intf_thread_t *pIntf ): SkinObject( pIntf ),
// initialize variables refering to liblvc and playlist objects
init_variables();
interaction_Register( pIntf );
}
......
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