Blame SOURCES/firewalld-0.3.9-RHBZ#1054289_5043e7d8.patch

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