diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-11-02 04:04:44 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-11-02 04:04:44 +0000 |
| commit | a10a7b97d740886ead028d6a430d15a21e1b6afe (patch) | |
| tree | 506fc0763f6870bb9307abdd41fc96eac8d5d869 /net/licq-devel/files/patch-ac | |
| parent | 8b256362dc7e5e26fa34c28b48b569ee85752997 (diff) | |
Update to version 0.44.
PR: 8514
Submitted by: maintainer
Diffstat (limited to 'net/licq-devel/files/patch-ac')
| -rw-r--r-- | net/licq-devel/files/patch-ac | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/net/licq-devel/files/patch-ac b/net/licq-devel/files/patch-ac index a9b84b2ec4eb..b688b8f3c3d4 100644 --- a/net/licq-devel/files/patch-ac +++ b/net/licq-devel/files/patch-ac @@ -1,17 +1,11 @@ ---- src/icq.cpp Mon Jul 13 20:53:45 1998 -+++ src/icq.cpp Wed Aug 5 18:02:39 1998 -@@ -338,7 +338,13 @@ - case ICQ_CMD_PING: if (!gotAck) emit doneOwnerFcn(false, cmd); break; - case ICQ_CMD_ADDUSER: if (!gotAck) emit doneOwnerFcn(false, cmd); break; - case ICQ_CMD_AUTHORIZE: emit doneOwnerFcn(false, cmd); break; -- case ICQ_CMD_LOGON: if (!gotAck) emit doneOwnerFcn(false, cmd); break; -+ case ICQ_CMD_LOGON: -+ if (!gotAck) -+ { -+ emit doneOwnerFcn(false, cmd); -+ logoff(false); -+ } -+ break; - case ICQ_CMD_USERLIST: if (!gotAck) emit doneOwnerFcn(false, cmd); break; - case ICQ_CMD_REQ_SYSMESG: if (!gotAck) emit doneOwnerFcn(false, cmd); break; - case ICQ_CMD_END_SM_ACK: if (!gotAck) emit doneOwnerFcn(false, cmd); break; +--- src/licq.cpp Fri Oct 30 14:29:03 1998 ++++ src/licq.cpp Fri Oct 30 19:23:35 1998 +@@ -67,7 +67,7 @@ + cout << "Done installation, continuing load." << endl << endl; + } + +- setStyle(WindowsStyle); ++ setStyle(MotifStyle); + // create the main widgets + if (DEBUG_LEVEL >= 1) cout << "\n=> Setting up Licq daemon." << endl; + icq = new ICQ; |
