commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnuef/src/GFObjects GFBlock.py


From: Jason Cater
Subject: gnue/gnuef/src/GFObjects GFBlock.py
Date: Wed, 10 Oct 2001 13:11:29 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/10/10 13:11:29

Modified files:
        gnuef/src/GFObjects: GFBlock.py 

Log message:
        fixed case sensitivity issue w/block.datasource

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/GFObjects/GFBlock.py.diff?cvsroot=OldCVS&tr1=1.19&tr2=1.20&r1=text&r2=text

Patches:
Index: gnue/gnuef/src/GFObjects/GFBlock.py
diff -u gnue/gnuef/src/GFObjects/GFBlock.py:1.19 
gnue/gnuef/src/GFObjects/GFBlock.py:1.20
--- gnue/gnuef/src/GFObjects/GFBlock.py:1.19    Tue Oct  9 09:35:12 2001
+++ gnue/gnuef/src/GFObjects/GFBlock.py Wed Oct 10 13:11:29 2001
@@ -79,6 +79,9 @@
     if hasattr(self, 'rowSpacer'):
       self._gap = self.rowSpacer
 
+    if hasattr(self,'datasource'): 
+      self.datasource = string.lower(self.datasource)
+
     self.walk(self.__setChildRowSettings)
     return GFObj._buildObject(self)
 



reply via email to

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