Blob Blame History Raw
--- gnome-python-extras-2.10.0/gtkspell/gtkspellmodule.c.fix	2005-03-28 16:45:12.000000000 -0500
+++ gnome-python-extras-2.10.0/gtkspell/gtkspellmodule.c	2005-03-28 16:46:33.000000000 -0500
@@ -8,7 +8,7 @@
     GtkSpell *spell;
 } gtkspell_SpellObject;
 
-extern PyTypeObject gtkspell_SpellType;
+PyTypeObject gtkspell_SpellType;
 
 static PyObject *
 _wrap_gtkspell_new_attach (PyTypeObject *type, PyObject *args, PyObject *kwds)