Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-03-07 12:33:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-03-07 12:33:18 +0300
commitf13dc2aac1d83a5c6636aa1cacef9d27cdac05d5 (patch)
treecc040319fdf5c243cbb48aef58f22e7b02b88d25 /source/blender/python
parent7292fa5ca6ef58d1bad1989b54429af0fb127c28 (diff)
snap menu order change, as suggested by Theeth, fix for own error with Window.TestBreak()
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/api2_2x/Window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Window.c b/source/blender/python/api2_2x/Window.c
index 2a2336c101c..46f696b2c74 100644
--- a/source/blender/python/api2_2x/Window.c
+++ b/source/blender/python/api2_2x/Window.c
@@ -377,7 +377,7 @@ struct PyMethodDef M_Window_methods[] = {
M_Window_QAdd_doc},
{"QHandle", ( PyCFunction ) M_Window_QHandle, METH_VARARGS,
M_Window_QHandle_doc},
- {"TestBreak", ( PyCFunction ) M_Window_TestBreak, METH_VARARGS,
+ {"TestBreak", ( PyCFunction ) M_Window_TestBreak, METH_NOARGS,
M_Window_TestBreak_doc},
{"GetMouseCoords", ( PyCFunction ) M_Window_GetMouseCoords,
METH_NOARGS,