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

Modified Files:
        PopupBox.py 
Log Message:
set parent before calling the parent constructor

Index: PopupBox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/PopupBox.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** PopupBox.py 30 Mar 2003 17:42:20 -0000      1.10
--- PopupBox.py 30 Mar 2003 18:02:31 -0000      1.11
***************
*** 11,14 ****
--- 11,17 ----
  #-----------------------------------------------------------------------
  # $Log$
+ # Revision 1.11  2003/03/30 18:02:31  dischi
+ # set parent before calling the parent constructor
+ #
  # Revision 1.10  2003/03/30 17:42:20  rshortt
  # Now passing self along to skin.GetPopupBoxStyle in an attempt to get the
***************
*** 139,142 ****
--- 142,147 ----
                   bd_color=None, bd_width=None):
  
+         self.parent = parent
+         
          GUIObject.__init__(self, left, top, width, height, bg_color, fg_color)
  




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to