The attached patch fixes a build error when using gtk 2.10.
Best Regards,
Rafael
Index: gtk/gtktreeview.override
===================================================================
--- gtk/gtktreeview.override (revision 1)
+++ gtk/gtktreeview.override (working copy)
@@ -1854,8 +1854,8 @@ _wrap_gtk_tree_store_insert(PyGObject *s
return NULL;
return pyg_boxed_new(GTK_TYPE_TREE_ITER, &iter, TRUE, TRUE);
-#endif
}
+#endif
%%
override gtk_tree_store_insert_before kwargs
static PyObject *
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/