diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-03 14:08:39 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-03 14:08:39 +0000 |
commit | d5ce5cc3549e53b4e6630582cad80cdf4721499d (patch) | |
tree | 83a4a55350c49712636f7e9635ca95165415bb75 | |
parent | 4e4624f942adf4d5ffcc540a0ab227edafd1af6c (diff) | |
download | mgaonline-d5ce5cc3549e53b4e6630582cad80cdf4721499d.tar mgaonline-d5ce5cc3549e53b4e6630582cad80cdf4721499d.tar.gz mgaonline-d5ce5cc3549e53b4e6630582cad80cdf4721499d.tar.bz2 mgaonline-d5ce5cc3549e53b4e6630582cad80cdf4721499d.tar.xz mgaonline-d5ce5cc3549e53b4e6630582cad80cdf4721499d.zip |
remove workaround for buggy GNOME now that it has been fixed
-rwxr-xr-x | mdkapplet | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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', |