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

Modified Files:
        childapp.py 
Log Message:
delete old tv variables, rename some and fix detection

Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** childapp.py 20 Nov 2004 18:22:58 -0000      1.69
--- childapp.py 5 Dec 2004 13:01:10 -0000       1.70
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.70  2004/12/05 13:01:10  dischi
+ # delete old tv variables, rename some and fix detection
+ #
  # Revision 1.69  2004/11/20 18:22:58  dischi
  # use python logger module for debug
***************
*** 99,103 ****
  import config
  import eventhandler
- import gui
  import cleanup
  import util
--- 102,105 ----
***************
*** 159,162 ****
--- 161,165 ----
          self.stop_osd = stop_osd
          if self.stop_osd:
+             import gui
              gui.display.hide()
          
***************
*** 317,320 ****
--- 320,324 ----
          # Ok, we can use the OSD again.
          if self.stop_osd:
+             import gui
              gui.display.show()
  



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to