Blame SOURCES/help_file_name_1254884.patch

fd2bce
From f137590aeca6ed2c8222c0a3bce956af98c89dac Mon Sep 17 00:00:00 2001
fd2bce
From: Vratislav Podzimek <vpodzime@redhat.com>
fd2bce
Date: Wed, 19 Aug 2015 10:51:04 +0200
fd2bce
Subject: [PATCH 1/3] Specify the name of the help content file (#1254884)
fd2bce
fd2bce
Otherwise no help would be shown if the Help! button is clicked.
fd2bce
fd2bce
Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com>
fd2bce
---
fd2bce
 org_fedora_oscap/gui/spokes/oscap.py | 3 +++
fd2bce
 1 file changed, 3 insertions(+)
fd2bce
fd2bce
diff --git a/org_fedora_oscap/gui/spokes/oscap.py b/org_fedora_oscap/gui/spokes/oscap.py
fd2bce
index 1ca0be7..af60841 100644
fd2bce
--- a/org_fedora_oscap/gui/spokes/oscap.py
fd2bce
+++ b/org_fedora_oscap/gui/spokes/oscap.py
fd2bce
@@ -154,6 +154,9 @@ class OSCAPSpoke(NormalSpoke):
fd2bce
     # name of the .glade file in the same directory as this source
fd2bce
     uiFile = "oscap.glade"
fd2bce
 
fd2bce
+    # name of the file providing help content for this spoke
fd2bce
+    helpFile = "SecurityPolicySpoke.xml"
fd2bce
+
fd2bce
     # category this spoke belongs to
fd2bce
     category = SecurityCategory
fd2bce
 
fd2bce
-- 
fd2bce
2.1.0
fd2bce