From 150a4bdf91e917db24a025a2d49fc32a1e1c4909 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 20 Aug 2008 08:30:48 +0000 Subject: (create_widget) set title for advanced dialogs instead of relying on global step's title --- perl-install/install/NEWS | 1 + perl-install/interactive/gtk.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 6220db76d..c65f60fef 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - drakx-in-chroot: o fix using remote repositories +- set title for advanced dialogs Version 11.18 - 19 August 2008 diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index c3f4d4968..7f8935568 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -413,7 +413,7 @@ sub create_widget { my $box = create_widgets_block($o, $children, $update, $ignore_ref); $w = gtknew('HBox', children_tight => [ gtknew('Install_Button', text => $e->{text}, - clicked => sub { ask_fromW($o, { }, $e->{children}) } + clicked => sub { ask_fromW($o, { title => N("Advanced") }, $e->{children}) } ) ]); } elsif ($e->{type} =~ /list/) { -- cgit v1.2.1