You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
528 B
21 lines
528 B
commit 84f29704e3fadcf1afb22da208e1dbb87feb7718
|
|
Author: Serghei Amelian <serghei.amelian@gmail.com>
|
|
Date: 1333065429 +0300
|
|
|
|
[kmail] fixed composer crash
|
|
|
|
diff --git a/kmail/mailcomposerIface.h b/kmail/mailcomposerIface.h
|
|
index 2858657..4cba7f3 100644
|
|
--- a/kmail/mailcomposerIface.h
|
|
+++ b/kmail/mailcomposerIface.h
|
|
@@ -13,6 +13,9 @@
|
|
class MailComposerIface : virtual public DCOPObject
|
|
{
|
|
K_DCOP
|
|
+
|
|
+ public: MailComposerIface() : DCOPObject("MailComposerIface") {}
|
|
+
|
|
k_dcop:
|
|
/**
|
|
Send message.
|