CVS commit by gerken: Adding support for contacts without metacontacts (required by Jabber groupchat) M +6 -2 kopetechatwindow.cpp 1.79 --- kdenonbeta/kopete/libkopete/ui/kopetechatwindow.cpp #1.78:1.79 @@ -463,4 +463,8 @@ void KopeteChatWindow::slotContactChange win_caption+="; "; + if(!emp->metaContact()) + // this contact has no metacontact associated to it + win_caption += emp->displayName(); + else win_caption += emp->metaContact()->displayName();