diff options
| author | 2007-03-05 20:33:24 +0000 | |
|---|---|---|
| committer | 2007-03-05 20:33:24 +0000 | |
| commit | d055507c6bb392037c71b2d6de989e0f1bc4bb48 (patch) | |
| tree | 5a7f3589e077ab13bb3ee1908c207eead4ab426f /src/modules | |
| parent | filesysyem icons (diff) | |
| download | KVIrc-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')
| -rw-r--r-- | src/modules/dcc/chat.cpp | 2 |
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))); |
