From 09150ad9eb0e98e9ed43f838c7e57873356b1c09 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Thu, 11 Feb 2010 18:23:27 +0000 Subject: 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 --- src/modules/dcc/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/dcc/chat.cpp') 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); -- cgit v1.3.1-10-gc9f91