756dfe7461
o Update to kxicq 2 snapshot 20020622 supporting KDE 3 PR: 40383 Submitted by: Andy Fawcett <tap@athame.co.uk> Repo copy by: joe (cvs hat) Repo copy approved by: will (portmgr hat)
11 lines
328 B
C++
11 lines
328 B
C++
--- kxicq/engine/kxengine.cpp.orig Sat Jun 22 21:27:40 2002
|
|
+++ kxicq/engine/kxengine.cpp Sat Jun 22 21:40:27 2002
|
|
@@ -718,7 +718,7 @@
|
|
{
|
|
if (AIM) AIM->setKeepAlive(send);
|
|
}
|
|
-void kxEngine::setUseServerList(bool s=TRUE)
|
|
+void kxEngine::setUseServerList(bool s)
|
|
{
|
|
saveContactsOnServer=s;
|
|
if (AIM) AIM->setUseServerList(s);
|