# HG changeset patch # User Edouard TISSERANT # Date 1260219964 -3600 # Node ID 2e09d2e86a35b2fbe0ad4ead0ab541796f9b8416 # Parent 9ca03fdff80f7d83f6690db2f96d07c69f648d97 typo diff -r 9ca03fdff80f -r 2e09d2e86a35 dialogs/ForceVariableDialog.py --- a/dialogs/ForceVariableDialog.py Mon Dec 07 21:36:38 2009 +0100 +++ b/dialogs/ForceVariableDialog.py Mon Dec 07 22:06:04 2009 +0100 @@ -41,9 +41,9 @@ return None return get_function -getinteger = gen_check_function(int) -getfloat = gen_check_function(float) -getstring = gen_check_function(str) +getinteger = gen_get_function(int) +getfloat = gen_get_function(float) +getstring = gen_get_function(str) GetTypeValue = {"BOOL": lambda x: {"TRUE": True, "FALSE": False}.get(x, None), "SINT": getinteger,