[Python-checkins] CVS: python/dist/src/Modules _curses_panel.c,1.1,1.2

A.M. Kuchling python-dev@python.org
Fri, 22 Dec 2000 14:03:17 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv21050

Modified Files:
	_curses_panel.c 
Log Message:
Add correction caught by Thomas Gellekum (and sitting in my e-mail)


Index: _curses_panel.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_curses_panel.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** _curses_panel.c	2000/12/22 21:54:12	1.1
--- _curses_panel.c	2000/12/22 22:03:15	1.2
***************
*** 334,338 ****
      {"hide",            (PyCFunction)PyCursesPanel_hide_panel},
      {"move",            (PyCFunction)PyCursesPanel_move_panel},
!     {"replace",         (PyCFunction)PyCursesPanel_replace_panel},
      {"set_userptr",     (PyCFunction)PyCursesPanel_set_panel_userptr, 
       METH_VARARGS},
--- 334,339 ----
      {"hide",            (PyCFunction)PyCursesPanel_hide_panel},
      {"move",            (PyCFunction)PyCursesPanel_move_panel},
!     {"replace",         (PyCFunction)PyCursesPanel_replace_panel,
!      METH_VARARGS},
      {"set_userptr",     (PyCFunction)PyCursesPanel_set_panel_userptr, 
       METH_VARARGS},