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()
# -------------------------------------------------------------------------
_______________________________________________
commit-gnue mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/commit-gnue