diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-13 00:06:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-13 00:06:38 +0000 |
commit | 3c3f7b7a5ef5feef684d6ce66b060aa88df6cddf (patch) | |
tree | fe557abb183bfb67669efa97e07d6c5073ee31fd /perl-install/install_gtk.pm | |
parent | 24985f95a0e1eb72143d31b19d0c24f74d284982 (diff) | |
download | drakx-3c3f7b7a5ef5feef684d6ce66b060aa88df6cddf.tar drakx-3c3f7b7a5ef5feef684d6ce66b060aa88df6cddf.tar.gz drakx-3c3f7b7a5ef5feef684d6ce66b060aa88df6cddf.tar.bz2 drakx-3c3f7b7a5ef5feef684d6ce66b060aa88df6cddf.tar.xz drakx-3c3f7b7a5ef5feef684d6ce66b060aa88df6cddf.zip |
no_comment
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r-- | perl-install/install_gtk.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 40daf8447..e8a2b9716 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -431,8 +431,8 @@ sub test_mouse { $draw_text->(_("Move your wheel!"), 2 * $bh + 10) if $mouse->{XMOUSETYPE} eq 'IMPS/2'; $paintButton->($_, 0) foreach 0..2; $w->{cancel}->grab_focus; - my $timeout = Gtk->timeout_add(1000, sub { if ($time-- == 0) { undef $w->{retval}; Gtk->main_quit } 1 }); - my $b = before_leaving { Gtk->timeout_remove($timeout) }; +# my $timeout = Gtk->timeout_add(1000, sub { if ($time-- == 0) { log::l("timeout test_mouse"); undef $w->{retval}; Gtk->main_quit } 1 }); +# my $b = before_leaving { log::l("removing timeout"); Gtk->timeout_remove($timeout) }; $w->main; } |