X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Ftopicbar.cpp;h=cd809b267dc80e943bb3fd0643233ccb6e39d571;hp=51c0c9188a4902a97b46322cfc25a35d220cf5e3;hb=bd1a18355495899b5ce3003599a67e1ea7ca01cc;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/qtopia/topicbar.cpp b/src/qtopia/topicbar.cpp index 51c0c918..cd809b26 100644 --- a/src/qtopia/topicbar.cpp +++ b/src/qtopia/topicbar.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -67,7 +67,7 @@ void TopicBar::calcTextMetrics() { secondTextStart = fillTextStart + boundingRect.width(); displayText = QString("%1%2%1").arg(text).arg(fillText); offset = 0; - timer->start(); + //timer->start(); // uncomment this to get autoscroll rather than on-demand } }