Version: 0.19+ #3140 (using KDE 3.5.4, compiled sources) Compiler: Target: x86_64-linux-gnu OS: Linux (x86_64) release 2.6.15-26-amd64-k8 When using svn latest code and calling konversation while having another konversation open i get ERROR: Communication problem with konversation, it probably crashed. instead of the usual "bring already open konversation to front".
SVN commit 577148 by hein: DCOP API change: "konversation" -> "irc"; "KonvDCOPIdentity" -> "identity". Fixes KUniqueApplication DCOP woes, too. BUG:132981 M +4 -4 konvdcop.cpp --- trunk/extragear/network/konversation/src/konvdcop.cpp #577147:577148 @@ -26,8 +26,8 @@ #include "server.h" KonvDCOP::KonvDCOP() -: DCOPObject("konversation"), -QObject(0,"konversation") +: DCOPObject("irc"), +QObject(0,"irc") { } @@ -142,8 +142,8 @@ // Identity stuff KonvIdentDCOP::KonvIdentDCOP() -: DCOPObject("KonvDCOPIdentity"), -QObject(0, "KonvDCOPIdentity") +: DCOPObject("identity"), +QObject(0, "identity") { }