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

Modified Files:
        PopupBox.py 
Log Message:
Another warning fix.


Index: PopupBox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/PopupBox.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** PopupBox.py 7 Sep 2003 11:17:21 -0000       1.29
--- PopupBox.py 11 Sep 2003 14:13:55 -0000      1.30
***************
*** 11,14 ****
--- 11,17 ----
  #-----------------------------------------------------------------------
  # $Log$
+ # Revision 1.30  2003/09/11 14:13:55  outlyer
+ # Another warning fix.
+ #
  # Revision 1.29  2003/09/07 11:17:21  dischi
  # add basic refresh function
***************
*** 252,256 ****
              raise TypeError, 'Not all needed variables set.'
  
!         self.surface = pygame.Surface(self.get_size(), 0, 32)
  
          c   = self.bg_color.get_color_sdl()
--- 255,259 ----
              raise TypeError, 'Not all needed variables set.'
  
!         self.surface = pygame.Surface(int(self.get_size()), 0, 32)
  
          c   = self.bg_color.get_color_sdl()




-------------------------------------------------------
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