From 922d0e1757d5aa07887f2a828a4cd7c5aa453fdc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Dec 2002 12:46:32 +0000 Subject: syntax changes to make perl_checker happy --- perl-install/security/main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/security') diff --git a/perl-install/security/main.pm b/perl-install/security/main.pm index 00b2a79b4..20b3af2eb 100644 --- a/perl-install/security/main.pm +++ b/perl-install/security/main.pm @@ -14,7 +14,7 @@ my $w; # factorize this with rpmdrake and harddrake2 sub wait_msg { - my $mainw = ugtk2->new('wait', ( modal => 1, transient => $w->{rwindow} )); + my $mainw = ugtk2->new('wait', ( modal => 1, transient => $w->{rwindow})); my $label = new Gtk2::Label($_[0]); $mainw->{window}->add($label); $mainw->{window}->show_all; -- cgit v1.2.1