Added ui_ev_new_private_win to ui events

This commit is contained in:
James Booth
2015-05-04 01:31:27 +01:00
parent b1dd1e2726
commit c8eaaa0ce9
8 changed files with 33 additions and 27 deletions

View File

@@ -47,4 +47,10 @@ ProfChatWin*
ui_ev_new_chat_win(const char * const barejid)
{
return ui_new_chat_win(barejid);
}
ProfPrivateWin*
ui_ev_new_private_win(const char * const fulljid)
{
return ui_new_private_win(fulljid);
}