Newest version of QuasselTopia, and some minor random fixes.
[quassel.git] / src / qtopia / topicbar.cpp
index d8d9f45..a5140f4 100644 (file)
@@ -98,7 +98,7 @@ void TopicBar::updateOffset() {
 
 void TopicBar::startScrolling() {
   if(displayText.length() > text.length()) {
-    oneshot = false;
+    //oneshot = false;
     timer->start();
   }
 }