From e5660bf092c9a54871d60b7eaf9393133d509e2e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 17 Dec 2012 02:53:26 +0000 Subject: likewise in drakx --- 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 553096a17..3cd9e59f2 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -25,7 +25,7 @@ sub init() { Glib->enable_exceptions2; } init() unless $::no_ugtk_init; -Gtk2->croak_execeptions if $::isInstall; +Glib->enable_exceptions2 if $::isInstall; -- cgit v1.2.1