From 2e85aae1209b336df1a63329d9094f6b02fda18a Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 2 Aug 2002 13:18:33 +0000 Subject: move interactive::gtk::exit to my_gtk::exit so that my_gtk apps can call it (and fix busy mouse cursor problem that way) --- perl-install/interactive/gtk.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'perl-install/interactive') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index d96b769d7..b4d41edfb 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -19,12 +19,7 @@ sub new { sub enter_console { my ($o) = @_; $o->{suspended} = common::setVirtual(1) } sub leave_console { my ($o) = @_; common::setVirtual(delete $o->{suspended}) } -sub exit { - gtkset_mousecursor_normal(); #- for restoring a normal in any case on standalone - my_gtk::flush(); - $::isEmbedded and kill 10, $::CCPID; #10 is USR1 - c::_exit($_[1]) #- workaround -} +sub exit { my_gtk::exit @_ } sub ask_warn { local $my_gtk::pop_it = 1; -- cgit v1.2.1