summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xbin/net_applet2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8c8023..fdee1b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- fix blank entry for IFW in net_applet menu, aka baby-doll bug #58564
+
0.89.2:
- translation updates
diff --git a/bin/net_applet b/bin/net_applet
index 6d67bb5..5361c7a 100755
--- a/bin/net_applet
+++ b/bin/net_applet
@@ -141,7 +141,7 @@ my %actions = (
name => N("Monitor Network"),
launch => \&run_net_monitor
},
- 'monitorIFW' => {\
+ 'monitorIFW' => {
name => N("Interactive Firewall"),
launch => \&run_drakids
},