From 51c2a71b9400577ef5da45437c52da9a5a59036b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 9 Jan 2009 13:10:40 +0000 Subject: (_create_Window) prevent mdkapplet from crashing (#46477) --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/mygtk2.pm') diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 2f70efe89..5a9e863a3 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -1206,7 +1206,7 @@ sub _create_Window { _force_keyboard_focus($w); } - if ($::isInstall) { + if ($::isInstall && !$::isStandalone) { require install::gtk; #- for perl_checker install::gtk::handle_unsafe_mouse($::o, $w); $w->signal_connect(key_press_event => \&install::gtk::special_shortcuts); -- cgit v1.2.1