diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-11 10:56:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-11 10:56:54 +0000 |
commit | 66acc9ca3c2c03404de8a2cb635d67f474e91e0a (patch) | |
tree | 031a2d66652d5f9c2d674cf96d5896ccd3a7a5bd /perl-install/interactive_gtk.pm | |
parent | f5d31de24627657212675867a36831d208148043 (diff) | |
download | drakx-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar drakx-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar.gz drakx-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar.bz2 drakx-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar.xz drakx-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.zip |
no_comment
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r-- | perl-install/interactive_gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm index 5206ecf2c..efe5912cd 100644 --- a/perl-install/interactive_gtk.pm +++ b/perl-install/interactive_gtk.pm @@ -20,6 +20,7 @@ sub suspend { my ($o) = @_; $o->{suspended} = common::setVirtual(1) } sub resume { my ($o) = @_; common::setVirtual(delete $o->{suspended}) } sub exit { + gtkset_mousecursor_normal(); c::_exit($_[0]) #- workaround } |