Paul Dorman <[EMAIL PROTECTED]> writes:
> When I start rpmdrake from the console, I get this error on clicking the tree:
>
> "Can't locate object method "iter_has_child" via package "Gtk2::TreeIter" at
> /usr/lib/libDrakX/ugtk2.pm line 1309
Don't see the same problem here :/. Looks like a broken perl-Gtk2
but can't guess what would have broken it :/. Could you apply the
following patch to ugtk2.pm and send me what's printed on the
console, please? It might help us understand what's going on..
thanks!
--- ugtk2.pm 2003-09-01 13:32:53.000000000 +0200
+++ /tmp/ugtk2.pm 2003-09-04 12:34:11.000000000 +0200
@@ -1306,6 +1306,7 @@
$model && $iter or return;
Glib::Source->remove($idle) if $idle;
+ print "model<$model> iter<$iter>\n";
if (!$model->iter_has_child($iter)) {
$curr = $model->get($iter, 0);
$idle = Glib::Timeout->add(100, $common->{display_info});
--
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/