summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-14 16:39:10 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-14 16:39:10 +0000
commitedda201887876e0e9324f9b6f77439acf69ce95e (patch)
tree37dd8a5a2f24034acca3e6fb15a496425b25681a /perl-install/ugtk2.pm
parent0b9d527a83079a9c5c1da7b292de54ea82c3b648 (diff)
downloaddrakx-edda201887876e0e9324f9b6f77439acf69ce95e.tar
drakx-edda201887876e0e9324f9b6f77439acf69ce95e.tar.gz
drakx-edda201887876e0e9324f9b6f77439acf69ce95e.tar.bz2
drakx-edda201887876e0e9324f9b6f77439acf69ce95e.tar.xz
drakx-edda201887876e0e9324f9b6f77439acf69ce95e.zip
do not crash if message bus or notification daemon does not reply (like #38496)
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
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;