From f4ab54aab499b5c232e4fd83cc6be38eacd88128 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 19 Aug 2005 14:29:06 +0000 Subject: do not crash when unexpanding details in Interactive Firewall window --- perl-install/standalone/net_applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index f18e19cb9..d5212d397 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -394,7 +394,7 @@ sub ask_attack_verdict { if_($attack->{icmp_type}, N("Type of ICMP attack: %s", $attack->{icmp_type})) ]), ])), - activate => sub { $_[0]->get_expanded and $w->{window}->shrink_topwindow } + activate => sub { $_[0]->get_expanded and $w->shrink_topwindow } ), $auto = gtknew('CheckButton', text => N("Always blacklist (do not ask again)"), toggled => sub { $no->set_sensitive(!$_[0]->get_active); -- cgit v1.2.1