summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-10-05 13:19:35 +0000
committerOlivier Blin <oblin@mandriva.com>2007-10-05 13:19:35 +0000
commit1ccf0faffcdde14f19e09878853b1c54b1171909 (patch)
treef75e6908fb681d079d5b9485263ebaa46c8a3783
parentae7f323ce144eb3d406fad9fb201e2818ededb19 (diff)
downloaddrakx-backup-do-not-use-1ccf0faffcdde14f19e09878853b1c54b1171909.tar
drakx-backup-do-not-use-1ccf0faffcdde14f19e09878853b1c54b1171909.tar.gz
drakx-backup-do-not-use-1ccf0faffcdde14f19e09878853b1c54b1171909.tar.bz2
drakx-backup-do-not-use-1ccf0faffcdde14f19e09878853b1c54b1171909.tar.xz
drakx-backup-do-not-use-1ccf0faffcdde14f19e09878853b1c54b1171909.zip
add shadow 'in' around Gtk2::SimpleList widgets
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/mygtk2.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 48c2a6ccb..55a05c847 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -2,6 +2,7 @@
- fix version reported by drakfont & harddrake
- when checking dkms module packages, check that modules are either
available in urpmi media, or already installed (fix detection in live)
+- add shadow 'in' around Gtk2::SimpleList widgets
Version 10.4.235 - 4 October 2007, by Thierry Vignaud
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);
}
}