summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index 1a80ef560..12f0e6eb7 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -219,7 +219,7 @@ sub createScrolledWindow($) {
} else {
my $w = new Gtk::ScrolledWindow(undef, undef);
$w->set_policy('automatic', 'automatic');
- member(ref $W, qw(Gtk::CList)) ?
+ member(ref $W, qw(Gtk::CList Gtk::CTree)) ?
$w->add($W) :
$w->add_with_viewport($W);
$W->show;