[Psi-Devel] profile context menu; direct join to a bookmarked conference
indepen-dev
lj_indepen-dev at mail.ru
Tue Jan 29 05:48:48 PST 2008
> Ciao Ephraim
>+ else if(x >> bookmarks_start) {
> +
> + ConferenceBookmark c = psiAccount()->bookmarkManager()->conferences() [x - bookmarks_start - 1];
> + psiAccount()->actionJoin(c.jid(), c.password());
> + }
I think, it's better to use next call of actionJoin:
psiAccount()->actionJoin(c.jid(), c.nick(), c.password(), true);
--
WBR,
RomanU
More information about the Psi-Devel
mailing list