Blob Blame History Raw
diff -up gnome-python-extras-2.19.1/gtkspell/gtkspellmodule.c.gtkspell-static gnome-python-extras-2.19.1/gtkspell/gtkspellmodule.c
--- gnome-python-extras-2.19.1/gtkspell/gtkspellmodule.c.gtkspell-static	2007-06-05 10:52:29.000000000 -0400
+++ gnome-python-extras-2.19.1/gtkspell/gtkspellmodule.c	2008-07-23 12:47:24.000000000 -0400
@@ -8,7 +8,7 @@ typedef struct {
     GtkSpell *spell;
 } gtkspell_SpellObject;
 
-extern PyTypeObject gtkspell_SpellType;
+PyTypeObject gtkspell_SpellType;
 
 static PyTypeObject *_PyGtkTextView_Type;
 #define PyGtkTextView_Type (*_PyGtkTextView_Type)