commit 5043e7d8557baf70e790aee9c0e6d0e818dbf5e3
Author: Thomas Woerner <twoerner@redhat.com>
Date: Thu Jan 16 14:38:38 2014 +0100
- firewall-config: Activate reject type check box, if reject type is set
diff --git a/src/firewall-config b/src/firewall-config
index 91baab6..6dff8b3 100755
--- a/src/firewall-config
+++ b/src/firewall-config
@@ -2205,6 +2205,8 @@ class FirewallConfig(object):
self.richRuleDialogActionRejectTypeCombobox. \
append(icmp, icmp)
if old_obj.action.type:
+ self.richRuleDialogActionRejectTypeCheck. \
+ set_active(True)
self.richRuleDialogActionRejectTypeCombobox. \
set_active_id(old_obj.action.type)
else: