From e452560778b5b5966986cbdf16983f7defa8f2ab Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Jul 2013 23:11:52 +0300 Subject: move bools in chattab. --- src/gui/widgets/chattab.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/chattab.cpp') diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp index a596c5e7f..03d1aaf78 100644 --- a/src/gui/widgets/chattab.cpp +++ b/src/gui/widgets/chattab.cpp @@ -55,11 +55,11 @@ ChatTab::ChatTab(const Widget2 *const widget, const std::string &name, Tab(widget), mTextOutput(new BrowserBox(this, BrowserBox::AUTO_WRAP)), mScrollArea(new ScrollArea(mTextOutput, false)), + mChannelName(channel), mAllowHightlight(true), mRemoveNames(false), mNoAway(false), - mShowOnline(false), - mChannelName(channel) + mShowOnline(false) { setCaption(name); -- cgit v1.2.3-60-g2f50