Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv26748

Modified Files:
        idlebar.py 
Log Message:
Reflect new path to weather icons.


Index: idlebar.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/idlebar.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** idlebar.py  24 Jun 2003 22:48:50 -0000      1.12
--- idlebar.py  24 Jun 2003 22:51:23 -0000      1.13
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.13  2003/06/24 22:51:23  outlyer
+ # Reflect new path to weather icons.
+ #
  # Revision 1.12  2003/06/24 22:48:50  outlyer
  # Not sure why this was in /plugins... should be here, in src/plugins
***************
*** 255,259 ****
      def draw(self, (type, object)):
          temp,icon = self.checkweather()
!         osd.drawbitmap('plugins/weather/icons/' + icon,160,30)
          osd.drawstring(temp,175,50,fgcolor=0xbbbbbb,font=self.CLOCKFONT,ptsize=14)
          osd.drawstring('o',192,47,fgcolor=0xbbbbbb,font=self.CLOCKFONT,ptsize=10)
--- 258,262 ----
      def draw(self, (type, object)):
          temp,icon = self.checkweather()
!         osd.drawbitmap('skins/icons/weather/' + icon,160,30)
          osd.drawstring(temp,175,50,fgcolor=0xbbbbbb,font=self.CLOCKFONT,ptsize=14)
          osd.drawstring('o',192,47,fgcolor=0xbbbbbb,font=self.CLOCKFONT,ptsize=10)




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to