| Summary: | konversation "crashes" when launching itself again | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Albert Astals Cid <aacid> |
| Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Albert Astals Cid
2006-08-25 18:39:03 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")
{
}
|