Update of /cvsroot/freevo/freevo/src/plugins/idlebar
In directory sc8-pr-cvs1:/tmp/cvs-serv19399
Modified Files:
system.py
Log Message:
fix case temp
Index: system.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/idlebar/system.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** system.py 28 Oct 2003 21:40:15 -0000 1.3
--- system.py 2 Nov 2003 18:02:09 -0000 1.4
***************
*** 14,17 ****
--- 14,20 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.4 2003/11/02 18:02:09 dischi
+ # fix case temp
+ #
# Revision 1.3 2003/10/28 21:40:15 mikeruelle
# dischi says move to top. /me salutes and moves import statement
***************
*** 257,263 ****
if case:
if isinstance (case,types.StringType):
! self.cpu = self.sensor(case, '@', self.hotstack)
else:
! self.cpu = self.sensor(case[0], case[1], self.hotstack)
--- 260,266 ----
if case:
if isinstance (case,types.StringType):
! self.case = self.sensor(case, '@', self.hotstack)
else:
! self.case = self.sensor(case[0], case[1], self.hotstack)
***************
*** 297,301 ****
'left', 'top')
widthcpu = max(widthcpu, 32) + 10
!
if self.case:
casetemp = self.case.temp()
--- 300,304 ----
'left', 'top')
widthcpu = max(widthcpu, 32) + 10
!
if self.case:
casetemp = self.case.temp()
***************
*** 308,312 ****
'left', 'top')
widthcase = max(widthcase, 32) + 10
!
if self.ram:
text = self.getRamStat()
--- 311,315 ----
'left', 'top')
widthcase = max(widthcase, 32) + 10
!
if self.ram:
text = self.getRamStat()
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog