[gnue] r9498 - trunk/gnue-forms/src

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: reinhard
Date: 2007-04-12 08:09:10 -0500 (Thu, 12 Apr 2007)
New Revision: 9498

Modified:
   trunk/gnue-forms/src/GFInstance.py
Log:
Fixed GFInstance calls to GFForms functions with changed names.


Modified: trunk/gnue-forms/src/GFInstance.py
===================================================================
--- trunk/gnue-forms/src/GFInstance.py	2007-04-12 12:44:52 UTC (rev 9497)
+++ trunk/gnue-forms/src/GFInstance.py	2007-04-12 13:09:10 UTC (rev 9498)
@@ -605,25 +605,25 @@
 
     def __execute_enter_query(self, event):
 
-        event._form.init_query()
+        event._form.init_filter()
 
     # -------------------------------------------------------------------------
 
     def __execute_copy_query(self, event):
 
-        event._form.copy_query()
+        event._form.change_filter()
 
     # -------------------------------------------------------------------------
 
     def __execute_cancel_query(self, event):
 
-        event._form.cancel_query()
+        event._form.discard_filter()
 
     # -------------------------------------------------------------------------
 
     def __execute_exec_query(self, event):
 
-        event._form.execute_query()
+        event._form.apply_filter()
 
 
     # -------------------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.