Kaydet (Commit) d7d2e199 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Add correction caught by Thomas Gellekum (and sitting in my e-mail)

üst 9f5eeebb
...@@ -333,7 +333,8 @@ static PyMethodDef PyCursesPanel_Methods[] = { ...@@ -333,7 +333,8 @@ static PyMethodDef PyCursesPanel_Methods[] = {
{"hidden", (PyCFunction)PyCursesPanel_panel_hidden}, {"hidden", (PyCFunction)PyCursesPanel_panel_hidden},
{"hide", (PyCFunction)PyCursesPanel_hide_panel}, {"hide", (PyCFunction)PyCursesPanel_hide_panel},
{"move", (PyCFunction)PyCursesPanel_move_panel}, {"move", (PyCFunction)PyCursesPanel_move_panel},
{"replace", (PyCFunction)PyCursesPanel_replace_panel}, {"replace", (PyCFunction)PyCursesPanel_replace_panel,
METH_VARARGS},
{"set_userptr", (PyCFunction)PyCursesPanel_set_panel_userptr, {"set_userptr", (PyCFunction)PyCursesPanel_set_panel_userptr,
METH_VARARGS}, METH_VARARGS},
{"show", (PyCFunction)PyCursesPanel_show_panel}, {"show", (PyCFunction)PyCursesPanel_show_panel},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment