commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/designer/src DataSourceEditor.py LayoutEdi...


From: Jason Cater
Subject: gnue/designer/src DataSourceEditor.py LayoutEdi...
Date: Thu, 17 Jan 2002 19:43:33 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/01/17 19:43:33

Modified files:
        designer/src   : DataSourceEditor.py LayoutEditor.py 

Log message:
        argh... more bug fixes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/src/DataSourceEditor.py.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/src/LayoutEditor.py.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: gnue/designer/src/DataSourceEditor.py
diff -c gnue/designer/src/DataSourceEditor.py:1.14 
gnue/designer/src/DataSourceEditor.py:1.15
*** gnue/designer/src/DataSourceEditor.py:1.14  Thu Jan 17 19:11:53 2002
--- gnue/designer/src/DataSourceEditor.py       Thu Jan 17 19:43:33 2002
***************
*** 204,210 ****
        self.initialInventory(object)
        self.inventoryObject(object)
  
!     if isinstance(object, GDatasource.GDatasource):
        self.fillList()
  
  
--- 204,210 ----
        self.initialInventory(object)
        self.inventoryObject(object)
  
!     if isinstance(object, GDataSource.GDataSource):
        self.fillList()
  
  
Index: gnue/designer/src/LayoutEditor.py
diff -c gnue/designer/src/LayoutEditor.py:1.34 
gnue/designer/src/LayoutEditor.py:1.35
*** gnue/designer/src/LayoutEditor.py:1.34      Wed Jan 16 19:10:48 2002
--- gnue/designer/src/LayoutEditor.py   Thu Jan 17 19:43:33 2002
***************
*** 910,916 ****
            # Figure out the position of the label
            # If the entry is for a multirow block,
            # we assume that the label goes above.
!           if createLabels == "left" and not parent.rows > 1:
              lx = x - len(label) - 1
              if lx < 0:
                x = len(label) + 1
--- 910,917 ----
            # Figure out the position of the label
            # If the entry is for a multirow block,
            # we assume that the label goes above.
!           if createLabels == "left" and\
!              not(hasattr(parent,'rows') and parent.rows > 1 or 0):
              lx = x - len(label) - 1
              if lx < 0:
                x = len(label) + 1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]