From 8b55695cfa07146fbde0131e80b17c7e10c7229c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 27 Apr 2004 13:46:35 +0000 Subject: gurpmi: always restore cursor on exit. --- urpmi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/urpmi b/urpmi index 94279ad3..32affb6f 100755 --- a/urpmi +++ b/urpmi @@ -796,6 +796,10 @@ if ($pid_err && $pid_out) { close STDOUT; } +if ($urpm::args::options{X}) { + gtkset_mousecursor_normal(); #- for restoring a normal in any case + flush(); +} use POSIX (); POSIX::_exit $exit_code; -- cgit v1.2.1