summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-18 13:49:54 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-18 13:49:54 +0000
commit08bc82916cc01cd8dbd4b551748207c906fb4e09 (patch)
tree4f503aaa8c39df8e4e7ae894c3724ae457a28411 /perl-install/mygtk2.pm
parent4c5fecca3010be9265f15df26a763f1e308ca7dc (diff)
downloaddrakx-backup-do-not-use-08bc82916cc01cd8dbd4b551748207c906fb4e09.tar
drakx-backup-do-not-use-08bc82916cc01cd8dbd4b551748207c906fb4e09.tar.gz
drakx-backup-do-not-use-08bc82916cc01cd8dbd4b551748207c906fb4e09.tar.bz2
drakx-backup-do-not-use-08bc82916cc01cd8dbd4b551748207c906fb4e09.tar.xz
drakx-backup-do-not-use-08bc82916cc01cd8dbd4b551748207c906fb4e09.zip
(_gtk__Install_Title) factorize installer titles creation
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index 184dc1312..dc45a4a82 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -385,6 +385,12 @@ sub title1_to_markup {
: '<b><big>' . $label . '</big></b>';
}
+sub _gtk__Install_Title {
+ my ($w, $opts) = @_;
+ $opts->{widget_name} = 'Banner';
+ _gtk__Title2($w, $opts);
+}
+
sub _gtk__Title1 {
my ($w, $opts) = @_;
$opts ||= {};