Bug 132981

Summary: konversation "crashes" when launching itself again
Product: [Applications] konversation Reporter: Albert Astals Cid <aacid>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Albert Astals Cid 2006-08-25 18:39:03 UTC
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".
Comment 1 Eike Hein 2006-08-25 20:07:22 UTC
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")
 {
 }