Update of /cvsroot/freevo/freevo/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv24874
Modified Files:
GUIObject.py
Log Message:
Passing self to skin.GetPopupBoxStyle in an attempt to get the skin
properties of the current menu in case we are using a menu based skin.
Index: GUIObject.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/GUIObject.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** GUIObject.py 30 Mar 2003 15:54:07 -0000 1.12
--- GUIObject.py 30 Mar 2003 17:43:44 -0000 1.13
***************
*** 8,11 ****
--- 8,15 ----
#-----------------------------------------------------------------------
# $Log$
+ # Revision 1.13 2003/03/30 17:43:44 rshortt
+ # Passing self to skin.GetPopupBoxStyle in an attempt to get the skin
+ # properties of the current menu in case we are using a menu based skin.
+ #
# Revision 1.12 2003/03/30 15:54:07 rshortt
# Added 'parent' as a constructor argument for PopupBox and all of its
***************
*** 181,185 ****
if config.NEW_SKIN:
((bg_type, skin_bg), skin_spacing, skin_color, BLAH, BLAH, BLAH) = \
! self.skin.GetPopupBoxStyle()
else:
skin_spacing = None
--- 185,189 ----
if config.NEW_SKIN:
((bg_type, skin_bg), skin_spacing, skin_color, BLAH, BLAH, BLAH) = \
! self.skin.GetPopupBoxStyle(self)
else:
skin_spacing = None
-------------------------------------------------------
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