summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-09 13:10:46 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-09 13:10:46 +0000
commit09a96ae7d473be93ca7d1f4591819e89c7174d6e (patch)
tree6290354634c761cd1f5b02c2a244e39dd550cd46 /perl-install/interactive_gtk.pm
parent3ad06f538c28936e61f152a4cdf2db94bacdc92c (diff)
downloaddrakx-backup-do-not-use-09a96ae7d473be93ca7d1f4591819e89c7174d6e.tar
drakx-backup-do-not-use-09a96ae7d473be93ca7d1f4591819e89c7174d6e.tar.gz
drakx-backup-do-not-use-09a96ae7d473be93ca7d1f4591819e89c7174d6e.tar.bz2
drakx-backup-do-not-use-09a96ae7d473be93ca7d1f4591819e89c7174d6e.tar.xz
drakx-backup-do-not-use-09a96ae7d473be93ca7d1f4591819e89c7174d6e.zip
no_comment
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r--perl-install/interactive_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm
index c820b9f73..34e08d62f 100644
--- a/perl-install/interactive_gtk.pm
+++ b/perl-install/interactive_gtk.pm
@@ -22,7 +22,7 @@ use my_gtk qw(:helpers :wrappers);
sub ask_from_listW {
my ($o, $title, $messages, $l, $def) = @_;
- my $w = my_gtk->new($title, %$o);
+ my $w = my_gtk->new(first(deref($title)), %$o);
$w->{retval} = $def || $l->[0]; #- nearly especially for the X test case (see timeout in Xconfigurator.pm)
if (@$l < 5) { #- really ? : && sum(map { length $_ } @$l) < 90) {
my $defW;