summaryrefslogtreecommitdiffstats
path: root/bin/net_applet
diff options
context:
space:
mode:
Diffstat (limited to 'bin/net_applet')
-rwxr-xr-xbin/net_applet18
1 files changed, 10 insertions, 8 deletions
diff --git a/bin/net_applet b/bin/net_applet
index 1903989..e71d61b 100755
--- a/bin/net_applet
+++ b/bin/net_applet
@@ -545,14 +545,16 @@ sub handle_ifw_message {
timeout => sub {
set_verdict($message, \&apply_verdict_ignore);
},
- if_($is_attack, actions => [ {
- action => 'clicked',
- label => N("Process attack"),
- callback => sub {
- disable_ifw_alert();
- ask_attack_verdict($message);
- },
- } ]),
+ if_($is_attack,
+ actions => [ {
+ action => 'clicked',
+ label => N("Process attack"),
+ callback => sub {
+ disable_ifw_alert();
+ ask_attack_verdict($message);
+ },
+ } ],
+ ),
});
}