[Konversation-devel] [Bug 132981] konversation "crashes" when launching itself again

Eike Hein sho at eikehein.com
Fri Aug 25 20:07:23 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=132981         
sho eikehein com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From sho eikehein com  2006-08-25 20:07 -------
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")
 {
 }


More information about the Konversation-devel mailing list