[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/system-monitor
From:       Jeremy Paul Whiting <jpwhiting () kde ! org>
Date:       2010-03-20 0:19:52
Message-ID: 20100320001952.52C2EAC860 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1105379 by whiting:

backport fix of temperature value when using Imperial measuring system to 4.4 branch

 M  +1 -1      temperature.cpp  


--- branches/KDE/4.4/kdebase/workspace/plasma/generic/applets/system-monitor/temperature.cpp \
#1105378:1105379 @@ -261,7 +261,7 @@
         }
     }
     if (plotter) {
-        plotter->addSample(QList<double>() << doubleValue);
+        plotter->addSample(QList<double>() << value.number());
         setPlotterOverlayText(plotter, temp);
     }
 


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

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