commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnuef/src GFParser.py


From: Jason Cater
Subject: gnue/gnuef/src GFParser.py
Date: Wed, 20 Jun 2001 12:58:20 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/06/20 12:58:20

Modified files:
        gnuef/src      : GFParser.py 

Log message:
        Modified tag parent listings

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

Patches:
Index: gnue/gnuef/src/GFParser.py
diff -u gnue/gnuef/src/GFParser.py:1.33 gnue/gnuef/src/GFParser.py:1.34
--- gnue/gnuef/src/GFParser.py:1.33     Mon Jun 18 12:47:45 2001
+++ gnue/gnuef/src/GFParser.py  Wed Jun 20 12:58:20 2001
@@ -104,7 +104,7 @@
                         'width':       (0, 0, int,  None), 
                         'x':           (1, 0, int,  None), 
                         'y':           (1, 0, int,  None)}, 
-                      1, (0,('block','page'))),
+                      1, (0,('block',))),
       'entry':     ( GFObjects.GFEntry,
       # If you implement a new entry "style", add to the entryStyles 
       # structure after this list
@@ -135,7 +135,7 @@
                         'height':      (1, 0, int,  None), 
                         'x':           (1, 0, int,  None), 
                         'y':           (1, 0, int,  None)}, 
-                      1, (0,('block','page'))),
+                      1, (0,('block',))),
       'box':        ( GFObjects.GFBox,
                       { 'name':        (0, 1, char, None), 
                         'label':       (0, 0, char, None), 
@@ -143,7 +143,7 @@
                         'height':      (1, 0, int,  None), 
                         'x':           (1, 0, int,  None), 
                         'y':           (1, 0, int,  None)}, 
-                      1, (0,('block','page'))),
+                      1, (0,('block',))),
       'button':     ( GFObjects.GFButton,     
                       { 'name':        (0, 1, char, None), 
                         'trigger':     (0, 0, char, None), 
@@ -152,7 +152,7 @@
                         'height':      (1, 0, int,  None), 
                         'x':           (1, 0, int,  None), 
                         'y':           (1, 0, int,  None)},  
-                      1, (0,('block','page'))),
+                      1, (0,('block',))),
       'trigger':    ( GFTrigger.GFTrigger, 
                       { 'name':        (0, 1, char, None), 
                         'id':          (0, 0, char, None),  # DEPRECATED: Use 
name instead



reply via email to

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