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

Modified Files:
        LayoutManagers.py 
Log Message:
Oops, wrong condition

Index: LayoutManagers.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/LayoutManagers.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** LayoutManagers.py   1 Sep 2003 18:49:33 -0000       1.11
--- LayoutManagers.py   1 Sep 2003 18:58:15 -0000       1.12
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.12  2003/09/01 18:58:15  dischi
+ # Oops, wrong condition
+ #
  # Revision 1.11  2003/09/01 18:49:33  dischi
  # add internal_v_align == Align.CENTER for more than one row
***************
*** 275,279 ****
  
  
!         if len(self.table) == 1:
              space = self.container.height - self.container.v_spacing - global_height
              shift = space / (len(self.table) + 4)
--- 278,282 ----
  
  
!         if len(self.table) > 1:
              space = self.container.height - self.container.v_spacing - global_height
              shift = space / (len(self.table) + 4)




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