summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircchanneltab.cpp
Unidiff
Diffstat (limited to 'noncore/net/opieirc/ircchanneltab.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircchanneltab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opieirc/ircchanneltab.cpp b/noncore/net/opieirc/ircchanneltab.cpp
index c1695db..ddd6cf1 100644
--- a/noncore/net/opieirc/ircchanneltab.cpp
+++ b/noncore/net/opieirc/ircchanneltab.cpp
@@ -47,6 +47,7 @@ void IRCChannelTab::appendText(QString text) {
47 /* not using append because it creates layout problems */ 47 /* not using append because it creates layout problems */
48 m_textview->setText(m_textview->text() + text); 48 m_textview->setText(m_textview->text() + text);
49 m_textview->ensureVisible(0, m_textview->contentsHeight()); 49 m_textview->ensureVisible(0, m_textview->contentsHeight());
50 emit changed(this);
50} 51}
51 52
52IRCChannelTab::~IRCChannelTab() { 53IRCChannelTab::~IRCChannelTab() {