diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-03 14:11:16 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-03 14:11:16 +0000 |
commit | c24c96af202ac3a7b5b5c19864a7676c5e451d60 (patch) | |
tree | 6fed0dad935eee9becca8c01c31acffcf0cf596f /Rpmdrake/init.pm | |
parent | 045f3479cb3e6301ed9a8daf076f15f570401a00 (diff) | |
download | rpmdrake-c24c96af202ac3a7b5b5c19864a7676c5e451d60.tar rpmdrake-c24c96af202ac3a7b5b5c19864a7676c5e451d60.tar.gz rpmdrake-c24c96af202ac3a7b5b5c19864a7676c5e451d60.tar.bz2 rpmdrake-c24c96af202ac3a7b5b5c19864a7676c5e451d60.tar.xz rpmdrake-c24c96af202ac3a7b5b5c19864a7676c5e451d60.zip |
remove workaround for buggy GNOME now that it has been fixed
Diffstat (limited to 'Rpmdrake/init.pm')
-rwxr-xr-x | Rpmdrake/init.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Rpmdrake/init.pm b/Rpmdrake/init.pm index 90d411af..e4d12a39 100755 --- a/Rpmdrake/init.pm +++ b/Rpmdrake/init.pm @@ -33,13 +33,6 @@ use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(init warn_about_user_mode $changelog_first $default_list_mode %options $MODE); -# prevent urpmi.update to run /usr/bin/resize through Term::ReadKey->GetTerminalSize() when xterm is installed -# (which freezes the GNOME desktop): -BEGIN { - $ENV{COLUMNS} = 80; - $ENV{LINES} = 25; -} - BEGIN { #- we want to run this code before the Gtk->init of the use-my_gtk my $basename = sub { local $_ = shift; s|/*\s*$||; s|.*/||; $_ }; any { /^--?h/ } @ARGV and do { |