summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/mygtk2.pm3
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 7e5788356..7f9c03277 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,4 @@
+- add support for new MCC style
- fix icon alignment in banners
Version 11.52.1 - 24 September 2008
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index 113cc2ff6..35f303620 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -674,7 +674,8 @@ sub _gtk__MDV_Notebook {
# stack on top (vertical position is arbitrary):
[ $selection_arrow = gtknew('Image', file => 'steps_on', flip => $is_flip_needed), $arrow_x, 0, ],
]),
- 0, gtknew('Image', file => "right-white-background_right_part$suffix", flip => $is_flip_needed),
+ 1, delete $opts->{right_child} ||
+ gtknew('Image', file => "right-white-background_right_part$suffix", flip => $is_flip_needed),
]);
bless($w, 'Gtk2::MDV_Notebook');