diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-06-20 15:03:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-06-20 15:03:48 +0000 |
commit | f613df5fc7450a1c5dfb4e4d34900d03d0e1e8f3 (patch) | |
tree | b96f4ab4bbffeece407cab22f5f12128acc3375d /perl-install/authentication.pm | |
parent | 5440144abe73b09e36a83ad2c0cfe18ea294ae64 (diff) | |
download | drakx-f613df5fc7450a1c5dfb4e4d34900d03d0e1e8f3.tar drakx-f613df5fc7450a1c5dfb4e4d34900d03d0e1e8f3.tar.gz drakx-f613df5fc7450a1c5dfb4e4d34900d03d0e1e8f3.tar.bz2 drakx-f613df5fc7450a1c5dfb4e4d34900d03d0e1e8f3.tar.xz drakx-f613df5fc7450a1c5dfb4e4d34900d03d0e1e8f3.zip |
- do not let authentication module (used for ask_user_and_root) mess window size
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r-- | perl-install/authentication.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index cdffd02ea..ab4c896f8 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -3,9 +3,6 @@ package authentication; # $Id$ use common; my $ccreds = 1; -$::real_windowwidth = 700; -$::real_windowheight = 600; - my ($authentication) = @_; sub kinds { |