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

Modified Files:
        main.py 
Log Message:
need the os to not crash

Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** main.py     3 Sep 2003 17:54:38 -0000       1.69
--- main.py     8 Sep 2003 14:40:24 -0000       1.70
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.70  2003/09/08 14:40:24  mikeruelle
+ # need the os to not crash
+ #
  # Revision 1.69  2003/09/03 17:54:38  dischi
  # Put logfiles into LOGDIR not $FREEVO_STARTDIR because this variable
***************
*** 376,380 ****
  
      if len(sys.argv) >= 2 and sys.argv[1] == '--force-fs':
!         system('xset s off')
          config.START_FULLSCREEN_X = 1
          
--- 379,383 ----
  
      if len(sys.argv) >= 2 and sys.argv[1] == '--force-fs':
!         os.system('xset s off')
          config.START_FULLSCREEN_X = 1
          




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to