Commit 55b36288 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

interface/interaction.c: Set the interaction object name.

parent d1d0a622
......@@ -468,6 +468,7 @@ static void InteractionInit( playlist_t *p_playlist )
return;
}
p_interaction->psz_object_name = "interaction";
p_interaction->i_dialogs = 0;
p_interaction->pp_dialogs = NULL;
p_interaction->p_intf = NULL;
......
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