summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkapplet5
1 files changed, 0 insertions, 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',