[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[REGRESSION] [FIX] ->iter_nth_child accept null iterators
- From: Thierry Vignaud <tvignaud mandrakesoft com>
- To: gtk-perl-list gnome org
- Subject: [REGRESSION] [FIX] ->iter_nth_child accept null iterators
- Date: Tue, 22 Jul 2003 21:04:43 +0200
this regression (->iter_nth_child not accepting anymore undefined
iterators) broke rpmdrake.
the following patch fix it:
--- ./xs/GtkTreeModel.xs.tv 2003-07-22 20:54:08.000000000 +0200
+++ ./xs/GtkTreeModel.xs 2003-07-22 21:01:52.000000000 +0200
@@ -374,7 +374,7 @@
GtkTreeIter_copy *
gtk_tree_model_iter_nth_child (tree_model, parent, n)
GtkTreeModel *tree_model
- GtkTreeIter *parent
+ GtkTreeIter_ornull *parent
gint n
PREINIT:
GtkTreeIter iter;
btw, could you list me as contributors to Gtk2/AUTHORS :-)
thanks :-)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]