Author: johannes
Date: 2007-01-23 03:52:51 -0600 (Tue, 23 Jan 2007)
New Revision: 9326

Modified:
   trunk/gnue-forms/samples/layout/absolute.gfd
Log:
Don't access a block within ON-STARTUP of the main form


Modified: trunk/gnue-forms/samples/layout/absolute.gfd
===================================================================
--- trunk/gnue-forms/samples/layout/absolute.gfd        2007-01-22 15:04:46 UTC 
(rev 9325)
+++ trunk/gnue-forms/samples/layout/absolute.gfd        2007-01-23 09:52:51 UTC 
(rev 9326)
@@ -18,7 +18,7 @@
     </block>
   </logic>
 
-  <trigger type="ON-STARTUP">
+  <trigger type="ON-Activation">
     blk.text1.set("First Entry")
     blk.text2.set("Second Entry")
     blk.text3.set("Third Entry")



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to