Bug 132981 - konversation "crashes" when launching itself again
Summary: konversation "crashes" when launching itself again
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-25 18:39 UTC by Albert Astals Cid
Modified: 2006-08-25 20:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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")
 {
 }