Michaël Larouche wrote: > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviewboard.kde.org/r/71/ > ----------------------------------------------------------- > > Review request for Kopete. > > > Summary > ------- > > This patch fix bug 182366 that affected WLM display name when not using > global nickname > > > Diffs > ----- > > /branches/KDE/4.2/kdenetwork/kopete/protocols/wlm/wlmaccount.cpp 925696 > > Diff: http://reviewboard.kde.org/r/71/diff > > > Testing > ------- > > > Thanks, > > Michaël > > _______________________________________________ > kopete-devel mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kopete-devel > It is better to avoid accessing NotificationServerConnection members directly.
Is it possible to change "m_server->mainConnection->myDisplayName.c_str()" by "myself()->property( Kopete::Global::Properties::self()->nickName()).value().toString().toAscii().data()" ? If gotDisplayName() is being triggered properly by libmsn, the nickName property should be set already at that time. Thanks. _______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
