From d055507c6bb392037c71b2d6de989e0f1bc4bb48 Mon Sep 17 00:00:00 2001 From: Alexey Uzhva Date: Mon, 5 Mar 2007 20:33:24 +0000 Subject: compile fix git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@409 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/dcc/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/dcc/chat.cpp b/src/modules/dcc/chat.cpp index f096ecc71..a0cb686ba 100644 --- a/src/modules/dcc/chat.cpp +++ b/src/modules/dcc/chat.cpp @@ -107,7 +107,7 @@ KviDccChat::KviDccChat(KviFrame *pFrm,KviDccDescriptor * dcc,const char * name) m_pSlaveThread = 0; - if(KVI_OPTION_BOOL(KviOption_boolAutoLogDccChat))m_pIrcView->startLogging(0); + if(KVI_OPTION_BOOL(KviOption_boolAutoLogDccChat))m_pIrcView->startLogging(); m_pMarshal = new KviDccMarshal(this); connect(m_pMarshal,SIGNAL(error(int)),this,SLOT(handleMarshalError(int))); -- cgit v1.3.1-10-gc9f91