From 5e100862fdd13328d5e8b1e93eee79be15ec2b5b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 16:35:08 +0000 Subject: set 'critical' urgency in attack notifications popup --- bin/net_applet | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/net_applet b/bin/net_applet index e71d61b..733a52c 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -546,6 +546,7 @@ sub handle_ifw_message { set_verdict($message, \&apply_verdict_ignore); }, if_($is_attack, + urgency => 'critical', actions => [ { action => 'clicked', label => N("Process attack"), -- cgit v1.2.1