From 1ccf0faffcdde14f19e09878853b1c54b1171909 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 5 Oct 2007 13:19:35 +0000 Subject: add shadow 'in' around Gtk2::SimpleList widgets --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/mygtk2.pm') diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 02beca234..f218b4e66 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -494,7 +494,7 @@ sub _gtk__ScrolledWindow { $child->{to_bottom} = _allow_scroll_TextView_to_bottom($w, $child); } - if ($action eq 'gtknew' && ref($child) =~ /Gtk2::TextView|Gtk2::TreeView/) { + if ($action eq 'gtknew' && ref($child) =~ /Gtk2::SimpleList|Gtk2::TextView|Gtk2::TreeView/) { $faked_w = gtknew('Frame', shadow_type => 'in', child => $w); } } -- cgit v1.2.1