aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/chat.cpp
diff options
context:
space:
mode:
authorGravatar Alexey Uzhva2007-03-05 20:33:24 +0000
committerGravatar Alexey Uzhva2007-03-05 20:33:24 +0000
commitd055507c6bb392037c71b2d6de989e0f1bc4bb48 (patch)
tree5a7f3589e077ab13bb3ee1908c207eead4ab426f /src/modules/dcc/chat.cpp
parentfilesysyem icons (diff)
downloadKVIrc-d055507c6bb392037c71b2d6de989e0f1bc4bb48.tar.gz
KVIrc-d055507c6bb392037c71b2d6de989e0f1bc4bb48.tar.bz2
KVIrc-d055507c6bb392037c71b2d6de989e0f1bc4bb48.zip
compile fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@409 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/chat.cpp')
-rw-r--r--src/modules/dcc/chat.cpp2
1 files changed, 1 insertions, 1 deletions
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)));