diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-02-03 03:00:55 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-02-03 03:00:55 +0000 |
commit | 146dc20513c4f780e9ffde506c6057482713cbb8 (patch) | |
tree | 81171ed048c9663c5284af2b84e4410fc21763fc /net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp | |
parent | Install the documentation (diff) |
- Update to version 1.5pre1
- Remove 4.x patches
- Update WWW
- Pass maintainership to Mathieu Prevot who kindly volunteered to maintain
this port
Notes
Notes:
svn path=/head/; revision=184003
Diffstat (limited to 'net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp')
-rw-r--r-- | net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp b/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp deleted file mode 100644 index d01924ba3a6a..000000000000 --- a/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kmess/network/applications/p2papplication.cpp.orig Sun Jun 4 15:00:05 2006 -+++ kmess/network/applications/p2papplication.cpp Sun Jun 4 15:00:44 2006 -@@ -2056,7 +2056,7 @@ - // Get message content and Content-Type - bool gotTransferInvitation = (invitationContentType_ == "application/x-msnmsgr-transreqbody"); - QString content = message.getFields(); -- QString contentType = (gotTransferInvitation ? "application/x-msnmsgr-transrespbody" : invitationContentType_); -+ QString contentType = (gotTransferInvitation ? QString::fromLatin1("application/x-msnmsgr-transrespbody") : invitationContentType_); - - QString myHandle = CurrentAccount::instance()->getHandle(); - |