From 9039e272ca3033fc67511b9ee62b858fac719a9e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 5 Dec 2006 19:41:58 +0000 Subject: don't ignore exceptions in callbacks --- gurpmi2 | 1 + 1 file changed, 1 insertion(+) (limited to 'gurpmi2') diff --git a/gurpmi2 b/gurpmi2 index 737e92d1..c9eafb03 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -54,6 +54,7 @@ $> and fatal(N("Must be root")); #- Now, the graphical stuff. Gtk2->init; +Gtk2->croak_execeptions; #- Create main window -- cgit v1.2.1