X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Ftopicbar.cpp;h=a5140f43027121a97e317650a389e7e2833a9f09;hb=fbc4df88ae0bb5e4d9394922395ce2ba29d9108e;hp=d8d9f45ad5464dbb096c6a94f29e3e21a3e4285a;hpb=6c6daea183c3a013a91fb8e9f250f6dece3023f8;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(); } }