Update of /cvsroot/freevo/freevo/src/image
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6723

Modified Files:
        viewer.py 
Log Message:
for those of us without idlebars

Index: viewer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/viewer.py,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** viewer.py   7 Sep 2004 18:57:43 -0000       1.68
--- viewer.py   12 Sep 2004 21:19:36 -0000      1.69
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.69  2004/09/12 21:19:36  mikeruelle
+ # for those of us without idlebars
+ #
  # Revision 1.68  2004/09/07 18:57:43  dischi
  # image viwer auto slideshow
***************
*** 417,421 ****
                  self.osd_box = None
              # also hide the idlebar to get 'fullscreen' back
!             plugin.getbyname('idlebar').hide()
              return
  
--- 420,425 ----
                  self.osd_box = None
              # also hide the idlebar to get 'fullscreen' back
!             if plugin.getbyname('idlebar'):
!                 plugin.getbyname('idlebar').hide()
              return
  



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to