[Python-gtkextra-commits] CVS: python-gtkextra/gtkextra __init__.py,1.4,1.5
Status: Beta
Brought to you by:
treeves
From: <pyt...@li...> - 2002-02-23 13:28:17
|
Update of /cvsroot/python-gtkextra/python-gtkextra/gtkextra In directory usw-pr-cvs1:/tmp/cvs-serv28444 Modified Files: __init__.py Log Message: Removed GtkCheckItem. Index: __init__.py =================================================================== RCS file: /cvsroot/python-gtkextra/python-gtkextra/gtkextra/__init__.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** __init__.py 4 Jan 2002 12:24:13 -0000 1.4 --- __init__.py 23 Feb 2002 13:28:13 -0000 1.5 *************** *** 2166,2171 **** _gtk._name2cls['GtkCharSelection'] = GtkCharSelection - GtkCheckItem = _gtk.GtkCheckButton - GtkSheetRange = _gtkextra.GtkSheetRange GtkPlotLine = _gtkextra.GtkPlotLine --- 2166,2169 ---- |