Index: deskutils/plasma-applet-playwolf/files/patch-wolflabel.cpp =================================================================== --- deskutils/plasma-applet-playwolf/files/patch-wolflabel.cpp (nonexistent) +++ deskutils/plasma-applet-playwolf/files/patch-wolflabel.cpp (working copy) @@ -0,0 +1,19 @@ +--- wolflabel.cpp.orig 2010-01-13 21:33:08 UTC ++++ wolflabel.cpp +@@ -21,6 +21,7 @@ + + #include + #include ++#include + #include + #include + #include +@@ -195,7 +196,7 @@ void WolfLabel::paint(QPainter *painter, + m_animation->setPropertyName("xOffset"); + m_animation->setTargetObject(this); + } +- m_animation->setDuration((2 * abs(x) + SPACING) * 150); ++ m_animation->setDuration((2 * qFabs(x) + SPACING) * 150); + m_animation->setNewStartValue(x - SPACING); + m_animation->setNewEndValue(SPACING); + if (m_animation->state() != QAbstractAnimation::Running) { Property changes on: deskutils/plasma-applet-playwolf/files/patch-wolflabel.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property