From d5ce5cc3549e53b4e6630582cad80cdf4721499d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 3 Aug 2007 14:08:39 +0000 Subject: remove workaround for buggy GNOME now that it has been fixed --- mdkapplet | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mdkapplet b/mdkapplet index 6a49aa41..208f9e98 100755 --- a/mdkapplet +++ b/mdkapplet @@ -40,11 +40,6 @@ use mdkonline; use Gtk2::TrayIcon; use Gtk2::NotificationBubble; -# prevent urpmi.update to run /usr/bin/resize through Term::ReadKey->GetTerminalSize() when xterm is installed -# (which freeze the desktop): -$ENV{COLUMNS} = 80; -$ENV{LINES} = 25; - # POSIX unmasks the sigprocmask properly my $sigset = POSIX::SigSet->new; my $action = POSIX::SigAction->new('restart_applet', -- cgit v1.2.1