commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src GFParser.py


From: Jason Cater
Subject: gnue/forms/src GFParser.py
Date: Mon, 13 Jan 2003 14:48:42 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/01/13 14:48:42

Modified files:
        forms/src      : GFParser.py 

Log message:
        fixed incorrect typecast for scrollbar.block

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFParser.py.diff?tr1=1.101&tr2=1.102&r1=text&r2=text

Patches:
Index: gnue/forms/src/GFParser.py
diff -c gnue/forms/src/GFParser.py:1.101 gnue/forms/src/GFParser.py:1.102
*** gnue/forms/src/GFParser.py:1.101    Wed Jan  1 19:45:48 2003
--- gnue/forms/src/GFParser.py  Mon Jan 13 14:48:42 2003
***************
*** 477,483 ****
           'Attributes': {
              'block': {
                 'Required': 1,
!                'Typecast': GTypecast.whole,
                 'Description': 'The block to which this scrollbar scrolls.' } 
},
  ##            'width': {
  ##               'Required': 1,
--- 477,483 ----
           'Attributes': {
              'block': {
                 'Required': 1,
!                'Typecast': GTypecast.name,
                 'Description': 'The block to which this scrollbar scrolls.' } 
},
  ##            'width': {
  ##               'Required': 1,




reply via email to

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