commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r9498 - trunk/gnue-forms/src
Date: Thu, 12 Apr 2007 08:09:10 -0500 (CDT)

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()
 
 
     # -------------------------------------------------------------------------





reply via email to

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