aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/chat.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-02-11 18:23:27 +0000
committerGravatar Fabio Bas2010-02-11 18:23:27 +0000
commit09150ad9eb0e98e9ed43f838c7e57873356b1c09 (patch)
treec795810ba997414cf3bd5e129b990f33506c3f1c /src/modules/dcc/chat.cpp
parentFixed segfault in KVS class http (diff)
downloadKVIrc-09150ad9eb0e98e9ed43f838c7e57873356b1c09.tar.gz
KVIrc-09150ad9eb0e98e9ed43f838c7e57873356b1c09.tar.bz2
KVIrc-09150ad9eb0e98e9ed43f838c7e57873356b1c09.zip
fixed crash when undocking windows with a shared background
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3954 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 981f1c5a6..fd724d94c 100644
--- a/src/modules/dcc/chat.cpp
+++ b/src/modules/dcc/chat.cpp
@@ -89,7 +89,7 @@ KviDccChat::KviDccChat(KviFrame *pFrm,KviDccDescriptor * dcc,const char * name)
{
m_pButtonBox = new KviTalHBox(this);
- m_pLabel = new KviThemedLabel(m_pButtonBox,"dcc_chat_label");
+ m_pLabel = new KviThemedLabel(m_pButtonBox, this, "dcc_chat_label");
m_pLabel->setText(name);
m_pButtonBox->setStretchFactor(m_pLabel,1);