From d59cd9111c1e86b224ea62cc975c49b157e2b3cf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 23:56:04 +0300 Subject: Add to some controls palette inheritance from other controls. --- src/channel.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/channel.cpp') diff --git a/src/channel.cpp b/src/channel.cpp index 1fda46cc5..4b980ca17 100644 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -26,13 +26,14 @@ #include "debug.h" -Channel::Channel(const short id, +Channel::Channel(const Widget2 *const widget, + const short id, const std::string &name, const std::string &announcement) : mId(id), mName(name), mAnnouncement(announcement), - mTab(new ChannelTab(this)) + mTab(new ChannelTab(widget, this)) { } -- cgit v1.2.3-60-g2f50