summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--lib/network/drakfirewall.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8ac0e6e..af4e442 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- drakfirewall:
+ o do not display any banner when embedded (#44732)
+
0.52:
- wireless backend:
o correctly initialize monitor object in
diff --git a/lib/network/drakfirewall.pm b/lib/network/drakfirewall.pm
index e1189c0..c1693f5 100644
--- a/lib/network/drakfirewall.pm
+++ b/lib/network/drakfirewall.pm
@@ -197,7 +197,7 @@ sub choose_allowed_services {
$in->ask_from_({
title => N("Firewall"),
icon => $network::shorewall::firewall_icon,
- banner_title => N("Firewall"),
+ if_(!$::isEmbedded, banner_title => N("Firewall")),
advanced_messages => N("You can enter miscellaneous ports.
Valid examples are: 139/tcp 139/udp 600:610/tcp 600:610/udp.
Have a look at /etc/services for information."),