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

Modified Files:
        PopupBox.py 
Log Message:
Revert this change; I forgot that get_size returns a tuple.


Index: PopupBox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/PopupBox.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** PopupBox.py 11 Sep 2003 14:13:55 -0000      1.30
--- PopupBox.py 11 Sep 2003 19:34:18 -0000      1.31
***************
*** 11,14 ****
--- 11,17 ----
  #-----------------------------------------------------------------------
  # $Log$
+ # Revision 1.31  2003/09/11 19:34:18  outlyer
+ # Revert this change; I forgot that get_size returns a tuple.
+ #
  # Revision 1.30  2003/09/11 14:13:55  outlyer
  # Another warning fix.
***************
*** 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()
--- 258,262 ----
              raise TypeError, 'Not all needed variables set.'
  
!         self.surface = pygame.Surface(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