Update of /cvsroot/python-gtkextra/python-gtkextra2/gtkextra
In directory sc8-pr-cvs1:/tmp/cvs-serv13845/gtkextra
Modified Files:
gtkextramodule.c
Log Message:
fixed warning
Index: gtkextramodule.c
===================================================================
RCS file: /cvsroot/python-gtkextra/python-gtkextra2/gtkextra/gtkextramodule.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** gtkextramodule.c 7 Jan 2003 17:06:21 -0000 1.6
--- gtkextramodule.c 9 Jan 2003 13:10:50 -0000 1.7
***************
*** 18,22 ****
init_gtkextra(void)
{
! PyObject *m, *d, *module;
m = Py_InitModule("gtkextra._gtkextra", pygtkextra_functions);
--- 18,22 ----
init_gtkextra(void)
{
! PyObject *m, *d;
m = Py_InitModule("gtkextra._gtkextra", pygtkextra_functions);
|