summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-16 20:05:37 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-16 20:05:37 +0000
commit12b3ecbb2cc06d5dd1764c111b6fce75fe013e15 (patch)
treec67c4c2a820d6e45741d79ffeca7dd4a273897e5 /perl-install/mygtk2.pm
parent2f047745b57e828d32f127c579de78aed48ef95d (diff)
downloaddrakx-12b3ecbb2cc06d5dd1764c111b6fce75fe013e15.tar
drakx-12b3ecbb2cc06d5dd1764c111b6fce75fe013e15.tar.gz
drakx-12b3ecbb2cc06d5dd1764c111b6fce75fe013e15.tar.bz2
drakx-12b3ecbb2cc06d5dd1764c111b6fce75fe013e15.tar.xz
drakx-12b3ecbb2cc06d5dd1764c111b6fce75fe013e15.zip
(_gtk__ScrolledWindow) sort
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index c968681e5..6519d8f2a 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -586,7 +586,7 @@ sub _gtk__ScrolledWindow {
$child->{to_bottom} = _allow_scroll_TextView_to_bottom($w, $child);
}
- if ($action eq 'gtknew' && ref($child) =~ /Gtk2::(SimpleList|Html2|TextView|TreeView|WebKit::WebView)/) {
+ if ($action eq 'gtknew' && ref($child) =~ /Gtk2::(Html2|SimpleList|TextView|TreeView|WebKit::WebView)/) {
$faked_w = gtknew('Frame', shadow_type => 'in', child => $w);
}
}