From a429ff80eb3a736e8eedf20200770aaf0b095610 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Mar 2013 17:28:22 +0000 Subject: do not show notification bubble in net_applet rationale: they make it to segfault (mga#9102) --- perl-install/ugtk2.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index dbfcfc8ff..3db9ff814 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1623,7 +1623,8 @@ sub show { $info->{timeout}->() if $info->{timeout}; $self->process_next; }); - eval { $notification->show }; + # this makes net_applet to segfault (mga#9102): + #eval { $notification->show }; } 1; -- cgit v1.2.1