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

Modified Files:
        osd.py 
Log Message:
add active variable

Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** osd.py      26 Oct 2003 17:59:15 -0000      1.100
--- osd.py      27 Oct 2003 20:37:59 -0000      1.101
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.101  2003/10/27 20:37:59  dischi
+ # add active variable
+ #
  # Revision 1.100  2003/10/26 17:59:15  dischi
  # typo
***************
*** 445,449 ****
          os.system('rm -f /tmp/freevo_ss*.bmp')
          self._screenshotnum = 1
! 
  
      def focused_app(self):
--- 448,452 ----
          os.system('rm -f /tmp/freevo_ss*.bmp')
          self._screenshotnum = 1
!         self.active = True
  
      def focused_app(self):
***************
*** 518,521 ****
--- 521,525 ----
          if config.OSD_SDL_EXEC_AFTER_CLOSE:
              os.system(config.OSD_SDL_EXEC_AFTER_CLOSE)
+         self.active = False
  
  




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to