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

Modified Files:
        idlebar.py 
Log Message:
Adjust to the renamed 'type' of empty cdrom drives.


Index: idlebar.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/idlebar.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** idlebar.py  24 Aug 2003 10:16:26 -0000      1.35
--- idlebar.py  24 Aug 2003 19:56:38 -0000      1.36
***************
*** 42,45 ****
--- 42,48 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.36  2003/08/24 19:56:38  outlyer
+ # Adjust to the renamed 'type' of empty cdrom drives.
+ #
  # Revision 1.35  2003/08/24 10:16:26  dischi
  # do not use osd.OSDFont, xml_font has the font as font.font in it
***************
*** 199,203 ****
              image = self.cdimages['empty_cdrom']
              if hasattr(media.info,'type') and hasattr(media.info,'handle_type'):
!                 if not media.info.handle_type and media.info.type:
                      image = self.cdimages['mixed']
                  elif media.info.handle_type: 
--- 202,208 ----
              image = self.cdimages['empty_cdrom']
              if hasattr(media.info,'type') and hasattr(media.info,'handle_type'):
!                 if media.info.type == 'empty_cdrom':
!                     image = self.cdimages['empty_cdrom']
!                 elif not media.info.handle_type and media.info.type:
                      image = self.cdimages['mixed']
                  elif media.info.handle_type: 




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to