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

Modified Files:
        PopupBox.py 
Log Message:
Now passing self along to skin.GetPopupBoxStyle in an attempt to get the
skin propertied of the current menu in case we are using a menu based skin.


Index: PopupBox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/PopupBox.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** PopupBox.py 30 Mar 2003 15:54:07 -0000      1.9
--- PopupBox.py 30 Mar 2003 17:42:20 -0000      1.10
***************
*** 11,14 ****
--- 11,18 ----
  #-----------------------------------------------------------------------
  # $Log$
+ # Revision 1.10  2003/03/30 17:42:20  rshortt
+ # Now passing self along to skin.GetPopupBoxStyle in an attempt to get the
+ # skin propertied of the current menu in case we are using a menu based skin.
+ #
  # Revision 1.9  2003/03/30 15:54:07  rshortt
  # Added 'parent' as a constructor argument for PopupBox and all of its
***************
*** 152,156 ****
          # XXX: skin settings
          ((bg_type, skin_bg), BLAH, BLAH, skin_font, BLAH, BLAH) = \
!          self.skin.GetPopupBoxStyle()
  
          if not self.left:     self.left   = self.osd.width/2 - self.width/2
--- 156,160 ----
          # XXX: skin settings
          ((bg_type, skin_bg), BLAH, BLAH, skin_font, BLAH, BLAH) = \
!          self.skin.GetPopupBoxStyle(self)
  
          if not self.left:     self.left   = self.osd.width/2 - self.width/2




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