diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-09-09 17:48:44 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-09-09 17:48:44 +0000 |
commit | 468106d6ef45367b668a6b7c5553b089c9fec910 (patch) | |
tree | 28fd2d8a0dbf41f2961644e09fade27222248726 | |
parent | b8196e3971c5abc6363fb9fdc0472aecb5a611d1 (diff) | |
download | control-center-468106d6ef45367b668a6b7c5553b089c9fec910.tar control-center-468106d6ef45367b668a6b7c5553b089c9fec910.tar.gz control-center-468106d6ef45367b668a6b7c5553b089c9fec910.tar.bz2 control-center-468106d6ef45367b668a6b7c5553b089c9fec910.tar.xz control-center-468106d6ef45367b668a6b7c5553b089c9fec910.zip |
- set mouse cursor to normal when exiting drakconf.
-rwxr-xr-x | control-center | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center index f121236b..b687d75c 100755 --- a/control-center +++ b/control-center @@ -685,6 +685,7 @@ sub quit_global { LOGS => bool2text($logs), THEME => $theme, }); + gtkset_mousecursor_normal(); Gtk->exit(0); } |