From 6e2a02e0f2548d42f466109b3388ba709ad416d5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 10 Jul 2003 17:40:31 +0000 Subject: output buffer should not be editable --- perl-install/standalone/drakfloppy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/drakfloppy') diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy index 4f128d746..e68241cc3 100755 --- a/perl-install/standalone/drakfloppy +++ b/perl-install/standalone/drakfloppy @@ -167,7 +167,7 @@ $window->{window}->add( Gtk2::HBox->new(0, 0), 5), 30, 75), - 1, $output = Gtk2::TextView->new, + 1, $output = gtkset_editable(Gtk2::TextView->new, 0), ), ), 0, gtkpack__(new Gtk2::HBox(0, 0), @@ -246,6 +246,7 @@ sub expand_tree { my ($tree, $parent_iter, $path) = @_; my $dir = $tree_model->get($parent_iter, 1); my $child = $tree_model->iter_children($parent_iter); + print "($tree, $parent_iter, $path, $dir, $child)\n"; return if !$child; #- hackish: if first child has '' as name, then we need to expand on the fly -- cgit v1.2.1