aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq-qt-gui
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-06-26 15:45:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-06-26 15:45:42 +0000
commit906409396d092b5a5f0999675767e60009d5b037 (patch)
tree5d0ac917bc14c30bc09e7e88237785d779e01204 /net-im/licq-qt-gui
parentf64ca5c85d8d6e85a3a9f98d30a1287c402243ae (diff)
downloadports-906409396d092b5a5f0999675767e60009d5b037.tar.gz
ports-906409396d092b5a5f0999675767e60009d5b037.zip
- Update to licq-base-1.2.7
- Update to licq-console-1.2.7 - Update to licq-qt-gui-1.2.7
Notes
Notes: svn path=/head/; revision=83668
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r--net-im/licq-qt-gui/files/patch-usereventdlg.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-im/licq-qt-gui/files/patch-usereventdlg.cpp b/net-im/licq-qt-gui/files/patch-usereventdlg.cpp
deleted file mode 100644
index 06d168aa28a4..000000000000
--- a/net-im/licq-qt-gui/files/patch-usereventdlg.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/usereventdlg.cpp.orig Sun Mar 23 18:49:39 2003
-+++ src/usereventdlg.cpp Sat Mar 29 08:31:33 2003
-@@ -1390,7 +1390,7 @@
- {
- CEventMsg *ue = (CEventMsg *)e->UserEvent();
- // create initial strings (implicit copying, no allocation impact :)
-- char *tmp = gTranslator.NToRN(codec->fromUnicode(ue->Message()));
-+ char *tmp = gTranslator.NToRN(ue->Message());
- QCString wholeMessageRaw(tmp);
- delete [] tmp;
- unsigned int wholeMessagePos = 0;
-@@ -1439,8 +1439,8 @@
- }
- else
- {
-- message = ue->Message();
-- messageRaw = codec->fromUnicode(message);
-+ messageRaw = wholeMessageRaw;
-+ message = codec->toUnicode(wholeMessageRaw);
- }
-
- icqEventTag = server->icqSendMessage(m_nUin, messageRaw.data(),