[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.4/kdebase/workspace/plasma/generic/applets/analog-clock
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2010-02-15 12:31:10
Message-ID: 1266237070.371823.18341.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1090526 by annma:

maybe my clock being stuck is due to this code error which was introduced after the 4.4.0 tag
CCBUG=226969
CCMAIL=riccardo@kde.org


 M  +2 -2      clock.cpp  


--- branches/KDE/4.4/kdebase/workspace/plasma/generic/applets/analog-clock/clock.cpp #1090525:1090526
@@ -80,7 +80,7 @@
 {
     ClockApplet::init();
 
-    configChanged();
+    clockConfigChanged();
     
     invalidateCache();
 }
@@ -108,7 +108,7 @@
     
     if (m_showSecondHand) {
         //We don't need to cache the applet if it update every seconds
-                        setCacheMode(QGraphicsItem::NoCache);
+        setCacheMode(QGraphicsItem::NoCache);
     } else {
         setCacheMode(QGraphicsItem::DeviceCoordinateCache);
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic