freebsd-ports/net/kxicq-devel/files/patch-engine::kxengine.cpp
Mario Sergio Fujikawa Ferreira 756dfe7461 o 1st commit after repo copy from kxicq
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)
2002-08-10 16:20:14 +00:00

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);