commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnuef samples/contact.gfd src/GFParser.py


From: James Thompson
Subject: gnue/gnuef samples/contact.gfd src/GFParser.py
Date: Mon, 16 Apr 2001 21:12:22 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:             01/04/16 21:12:22

Modified files:
        gnuef/samples  : contact.gfd 
        gnuef/src      : GFParser.py 

Log message:
        More pre-release bug fixing

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/samples/contact.gfd.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/GFParser.py.diff?cvsroot=OldCVS&tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: gnue/gnuef/samples/contact.gfd
diff -u gnue/gnuef/samples/contact.gfd:1.13 gnue/gnuef/samples/contact.gfd:1.14
--- gnue/gnuef/samples/contact.gfd:1.13 Fri Dec 22 15:14:43 2000
+++ gnue/gnuef/samples/contact.gfd      Mon Apr 16 21:12:22 2001
@@ -2,7 +2,7 @@
 <form title="Contact Test">
 
 <options>
-  <name>Contact Test</name>
+<!--  <name>Contact Test</name> -->
   <version>0.0.2</version>
   <height>11</height>
   <width>54</width>
@@ -11,7 +11,7 @@
   <datasource name="form" cache="5"/>
 
   <page>
-    <block datasource="form">
+    <block name='block1' datasource="form">
       <label text="File As" x="1" y="1"/>
       <entry name="field1" field="test1"  value="Neighbors, Derek A." x="1" 
y="2" width="52" height="1" />
       <label text="First " x="1" y="3"/>
@@ -21,7 +21,7 @@
       <label text="Last " x="28" y="3"/>
       <entry name="field4" field="test4"  value="Neighbors" x="28" y="4" 
width="25" height="1" />
     </block>
-    <block datasource="form">
+    <block  name='block2' datasource="form">
       <label text="Company Name" x="1" y="5"/>
       <entry name="field5" field="test5"  value="GNU Enterprise" x="1" y="6" 
width="52" height="1" />
       <label text="Job Title" x="1" y="7"/>
@@ -29,7 +29,7 @@
     </block>
   </page>
   <page>
-    <block datasource="form">
+    <block name='block3' datasource="form">
       <label text="File As" x="1" y="1"/>
       <entry name="field7" field="test7"  value="Neighbors, Derek A." x="1" 
y="2" width="52" height="1" />
       <label text="Address" x="1" y="3"/>
@@ -46,7 +46,7 @@
     </block>
   </page>
   <page>
-    <block datasource="form">
+    <block name='block4' datasource="form">
       <label text="File As" x="1" y="1"/>
       <entry name="field14" field="test14"  value="Neighbors, Derek A." x="1" 
y="2" width="52" height="1" />
       <label text="Work" x="1" y="3"/>
Index: gnue/gnuef/src/GFParser.py
diff -u gnue/gnuef/src/GFParser.py:1.20 gnue/gnuef/src/GFParser.py:1.21
--- gnue/gnuef/src/GFParser.py:1.20     Mon Apr 16 20:39:50 2001
+++ gnue/gnuef/src/GFParser.py  Mon Apr 16 21:12:22 2001
@@ -141,6 +141,7 @@
       'options':    (GFObjects.GFOptions,    {                           }, 
1), 
       'option':     (GFOption,     { 'name':        (1, 0, char, None)}, 1), 
       'title':      (GFOption,     { 'name':        (0, 0, char, 'title')}, 
1), 
+      'name':       (GFOption,     { 'name':        (0, 0, char, 'name')}, 1), 
       'height':     (GFOption,     { 'name':        (0, 0, char, 'height')}, 
1), 
       'width':      (GFOption,     { 'name':        (0, 0, char, 'width')}, 
1), 
       'author':     (GFOption,     { 'name':        (0, 0, char, 'author')}, 
1), 



reply via email to

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