From d6056cedacdc696c7cb8bd8131669dc55317f93c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 17 Oct 2009 15:55:34 +0000 Subject: fix a theorical crash on closing splash window (which is actually impossible) (catched by perl_checker, bug is here since r25563 by daouda on 2003-08-20: "splash screen") --- userdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdrake b/userdrake index 8e18fc5..6bc87dd 100755 --- a/userdrake +++ b/userdrake @@ -54,7 +54,7 @@ my $us = {}; $us->{VERSION} = '0.92'; my $window_splash = Gtk2::Window->new('popup'); -$window_splash->signal_connect(delete_event => \&quit_global); +$window_splash->signal_connect(delete_event => \&QuitGlobal); $window_splash->set_title(N("Userdrake") . $us->{VERSION}); $window_splash->set_position('center_always'); $window_splash->add(gtkadd(gtkset_shadow_type(Gtk2::Frame->new, 'etched_out'), -- cgit v1.2.1