Blob Blame History Raw
From f137590aeca6ed2c8222c0a3bce956af98c89dac Mon Sep 17 00:00:00 2001
From: Vratislav Podzimek <vpodzime@redhat.com>
Date: Wed, 19 Aug 2015 10:51:04 +0200
Subject: [PATCH 1/3] Specify the name of the help content file (#1254884)

Otherwise no help would be shown if the Help! button is clicked.

Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com>
---
 org_fedora_oscap/gui/spokes/oscap.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/org_fedora_oscap/gui/spokes/oscap.py b/org_fedora_oscap/gui/spokes/oscap.py
index 1ca0be7..af60841 100644
--- a/org_fedora_oscap/gui/spokes/oscap.py
+++ b/org_fedora_oscap/gui/spokes/oscap.py
@@ -154,6 +154,9 @@ class OSCAPSpoke(NormalSpoke):
     # name of the .glade file in the same directory as this source
     uiFile = "oscap.glade"
 
+    # name of the file providing help content for this spoke
+    helpFile = "SecurityPolicySpoke.xml"
+
     # category this spoke belongs to
     category = SecurityCategory
 
-- 
2.1.0