Author: reinhard
Date: 2010-09-29 14:32:04 -0500 (Wed, 29 Sep 2010)
New Revision: 10198

Modified:
   trunk/gnue-forms/
   trunk/gnue-forms/src/GFForm.py
Log:
Fixed list of valid triggers (PROCESS-PRINTOUT was missing).



Property changes on: trunk/gnue-forms
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-09-23 16:47:53.023999929 +0200
committer: Reinhard Müller <reinhard.muel...@bytewise.at>
properties: 
        branch-nick: forms

   + timestamp: 2010-09-29 21:30:18.700999975 +0200
committer: Reinhard Müller <reinhard.muel...@bytewise.at>
properties: 
        branch-nick: forms

Name: bzr:file-ids
   - src/GFObjects/GFBlock.py   
1...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFObjects%2FGFBlock.py

   + src/GFForm.py      
6...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:src%2FGFForm.py

Name: bzr:revision-id:v4
   - 3116 reinhard.muel...@bytewise.at-20100426083500-vtmq0qvd7htz02zx
3117 reinhard.muel...@bytewise.at-20100512151744-2jx8tmtop30kl5n0
3118 reinhard.muel...@bytewise.at-20100705094014-ks9yv7b8gs6ychrb
3119 reinhard.muel...@bytewise.at-20100706085143-hyxadj30ayg28jpx
3120 reinhard.muel...@bytewise.at-20100706140804-sn3npws1ykm81ubx
3121 reinhard.muel...@bytewise.at-20100909134008-5p7jq048nkutldse
3122 reinhard.muel...@bytewise.at-20100923144753-e8hthxho7n5mwg9z

   + 3116 reinhard.muel...@bytewise.at-20100426083500-vtmq0qvd7htz02zx
3117 reinhard.muel...@bytewise.at-20100512151744-2jx8tmtop30kl5n0
3118 reinhard.muel...@bytewise.at-20100705094014-ks9yv7b8gs6ychrb
3119 reinhard.muel...@bytewise.at-20100706085143-hyxadj30ayg28jpx
3120 reinhard.muel...@bytewise.at-20100706140804-sn3npws1ykm81ubx
3121 reinhard.muel...@bytewise.at-20100909134008-5p7jq048nkutldse
3122 reinhard.muel...@bytewise.at-20100923144753-e8hthxho7n5mwg9z
3123 reinhard.muel...@bytewise.at-20100929193018-7r3injoy8g28fwm6

Name: bzr:text-parents
   - src/GFObjects/GFBlock.py   
reinhard.muel...@bytewise.at-20100706085143-hyxadj30ayg28jpx

   + src/GFForm.py      
reinhard.muel...@bytewise.at-20100706140804-sn3npws1ykm81ubx


Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py      2010-09-29 19:09:34 UTC (rev 10197)
+++ trunk/gnue-forms/src/GFForm.py      2010-09-29 19:32:04 UTC (rev 10198)
@@ -142,7 +142,8 @@
             'PRE-EXIT':        'Pre-Exit',
             'ON-EXIT':         'On-Exit',
             'PRE-COMMIT':      'Pre-Commit',
-            'POST-COMMIT':     'Post-Commit'}
+            'POST-COMMIT':     'Post-Commit',
+            'PROCESS-PRINTOUT':'Process-Printout'}
 
         self._triggerFunctions = {
             # User feedback and interaction


_______________________________________________
commit-gnue mailing list
commit-gnue@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to