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

Modified Files:
        AlertBox.py 
Log Message:
set default height and width to 0 == new Popup detection code

Index: AlertBox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/AlertBox.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** AlertBox.py 20 Jul 2003 09:46:11 -0000      1.16
--- AlertBox.py 1 Sep 2003 18:52:05 -0000       1.17
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.17  2003/09/01 18:52:05  dischi
+ # set default height and width to 0 == new Popup detection code
+ #
  # Revision 1.16  2003/07/20 09:46:11  dischi
  # Some default width fixes to match the current new default font. It would
***************
*** 136,140 ****
  
      def __init__(self, parent='osd', text=" ", handler=None, left=None, 
!                  top=None, width=400, height=150, bg_color=None, fg_color=None,
                   icon=None, border=None, bd_color=None, bd_width=None,
                   vertical_expansion=1):
--- 139,143 ----
  
      def __init__(self, parent='osd', text=" ", handler=None, left=None, 
!                  top=None, width=0, height=0, bg_color=None, fg_color=None,
                   icon=None, border=None, bd_color=None, bd_width=None,
                   vertical_expansion=1):




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