[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/calendar
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-05-08 22:44:29
Message-ID: 20100508224430.00876AC8B1 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1124349 by aseigo:

an optimization in the constraints event broke this; fix it
CCBUG:236874


 M  +1 -1      calendar.cpp  


--- branches/KDE/4.4/kdebase/workspace/plasma/generic/applets/calendar/calendar.cpp \
#1124348:1124349 @@ -111,7 +111,7 @@
     QDateTime now = QDateTime::currentDateTime();
     int updateIn = (24 * 60 * 60) - (now.toTime_t() + \
KSystemTimeZones::local().currentOffset()) % (24 * 60 * 60);  \
                QTimer::singleShot(updateIn * 1000, this, SLOT(updateDate()));
-    constraintsEvent(Plasma::FormFactorConstraint);
+    paintIcon();
 }
 
 void CalendarApplet::createConfigurationInterface(KConfigDialog *parent)


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

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