aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/licq-qt-gui
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-06-26 23:45:42 +0800
committerdinoex <dinoex@FreeBSD.org>2003-06-26 23:45:42 +0800
commit328bd37083b9b52805e6da38486e15b0ce75a496 (patch)
treedb4d22cc65c404113e9bfe30b3bb926f85894cc3 /net-im/licq-qt-gui
parent800f4c40c1c26a1c06aa8878fa60bf41377591ea (diff)
downloadfreebsd-ports-gnome-328bd37083b9b52805e6da38486e15b0ce75a496.tar.gz
freebsd-ports-gnome-328bd37083b9b52805e6da38486e15b0ce75a496.tar.zst
freebsd-ports-gnome-328bd37083b9b52805e6da38486e15b0ce75a496.zip
- Update to licq-base-1.2.7
- Update to licq-console-1.2.7 - Update to licq-qt-gui-1.2.7
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(),