- Update to licq-base-1.2.7

- Update to licq-console-1.2.7
- Update to licq-qt-gui-1.2.7
This commit is contained in:
Dirk Meyer 2003-06-26 15:45:42 +00:00
parent f64ca5c85d
commit 906409396d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83668
6 changed files with 8 additions and 52 deletions

View File

@ -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(),

View File

@ -2,10 +2,10 @@
# $FreeBSD$
PKGNAMEPREFIX= licq-
LICQ_VER= 1.2.6
QT_LICQ_VER= 1.2.6
LICQ_VER= 1.2.7
QT_LICQ_VER= 1.2.7
RMS_LICQ_VER= 0.33
CONSOLE_LICQ_VER= 1.2.6
CONSOLE_LICQ_VER= 1.2.7
JONS_GTK_LICQ_VER= 0.20.2
.if ${PORTNAME} != "base"
RUN_DEPENDS+= licq:${LICQ_PORT}

View File

@ -1 +1 @@
MD5 (licq-1.2.6.tar.bz2) = 7e84a1dde8b21eb2bb057d3755353500
MD5 (licq-1.2.7.tar.bz2) = a4d51d57a012accec22f4842f2310e53

View File

@ -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(),

View File

@ -2,10 +2,10 @@
# $FreeBSD$
PKGNAMEPREFIX= licq-
LICQ_VER= 1.2.6
QT_LICQ_VER= 1.2.6
LICQ_VER= 1.2.7
QT_LICQ_VER= 1.2.7
RMS_LICQ_VER= 0.33
CONSOLE_LICQ_VER= 1.2.6
CONSOLE_LICQ_VER= 1.2.7
JONS_GTK_LICQ_VER= 0.20.2
.if ${PORTNAME} != "base"
RUN_DEPENDS+= licq:${LICQ_PORT}

View File

@ -1 +1 @@
MD5 (licq-1.2.6.tar.bz2) = 7e84a1dde8b21eb2bb057d3755353500
MD5 (licq-1.2.7.tar.bz2) = a4d51d57a012accec22f4842f2310e53