X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Ftopicbar.cpp;h=a5140f43027121a97e317650a389e7e2833a9f09;hb=52380175425bdab29f825c9cd17a0e4c1952c2db;hp=d8d9f45ad5464dbb096c6a94f29e3e21a3e4285a;hpb=5eb6d000ade10f3384c67e1dce42ea96a49dad2a;p=quassel.git diff --git a/src/qtopia/topicbar.cpp b/src/qtopia/topicbar.cpp index d8d9f45a..a5140f43 100644 --- a/src/qtopia/topicbar.cpp +++ b/src/qtopia/topicbar.cpp @@ -98,7 +98,7 @@ void TopicBar::updateOffset() { void TopicBar::startScrolling() { if(displayText.length() > text.length()) { - oneshot = false; + //oneshot = false; timer->start(); } }