summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-26 15:32:33 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-26 15:32:33 +0000
commit8d53f439cfb7ee9c94cd9a31ddadebddf3946a3d (patch)
tree7fa977424c2a598b6bc345c0558ceee25cbaf8f9 /perl-install/mygtk2.pm
parent075a25662ac35960af17d0554303d74e45952812 (diff)
downloaddrakx-8d53f439cfb7ee9c94cd9a31ddadebddf3946a3d.tar
drakx-8d53f439cfb7ee9c94cd9a31ddadebddf3946a3d.tar.gz
drakx-8d53f439cfb7ee9c94cd9a31ddadebddf3946a3d.tar.bz2
drakx-8d53f439cfb7ee9c94cd9a31ddadebddf3946a3d.tar.xz
drakx-8d53f439cfb7ee9c94cd9a31ddadebddf3946a3d.zip
(_gtk__MDV_Notebook) enable to simplify both installer & MCC
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index fa024a57d..219ae080b 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -719,6 +719,7 @@ sub _gtk__MDV_Notebook {
state $width ||= $right_background[0]->get_pixbuf->get_width;
$box->set_size_request($width, $requisition->height);
});
+ $_->set_property('no-show-all', 1) foreach $selection_bar, $selection_arrow;
bless($w, 'Gtk2::MDV_Notebook');
add2hash($w, {
arrow_x => $arrow_x,