From edda201887876e0e9324f9b6f77439acf69ce95e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 16:39:10 +0000 Subject: do not crash if message bus or notification daemon does not reply (like #38496) --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index ecccc03b6..b14567740 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1593,7 +1593,7 @@ sub show { $info->{timeout}->() if $info->{timeout}; $self->process_next; }); - $notification->show; + eval { $notification->show }; } 1; -- cgit v1.2.1