25 lines
1007 B
Diff
25 lines
1007 B
Diff
From e397cca17cc029c41b207eebb9a77b3fe4ee7727 Mon Sep 17 00:00:00 2001
|
|
From: Martin Kolman <martin.kolman@gmail.com>
|
|
Date: Fri, 16 Jan 2015 17:34:14 +0100
|
|
Subject: [PATCH] Set helpFile for the kdump spoke
|
|
|
|
This makes it possible to show help content for the kdump addon screen.
|
|
Also the RHEL7 Installation Guide already has content for the kdump addon screen (KdumpSpoke.xml)
|
|
and this change is needed for it to be displayed.
|
|
---
|
|
com_redhat_kdump/gui/spokes/kdump.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/com_redhat_kdump/gui/spokes/kdump.py b/com_redhat_kdump/gui/spokes/kdump.py
|
|
index 029e6ba..9b2e731 100644
|
|
--- a/com_redhat_kdump/gui/spokes/kdump.py
|
|
+++ b/com_redhat_kdump/gui/spokes/kdump.py
|
|
@@ -41,6 +41,7 @@ class KdumpSpoke(NormalSpoke):
|
|
builderObjects = ["KdumpWindow", "advancedConfigBuffer"]
|
|
mainWidgetName = "KdumpWindow"
|
|
uiFile = "kdump.glade"
|
|
+ helpFile = "KdumpSpoke.xml"
|
|
translationDomain = "kdump-anaconda-addon"
|
|
|
|
icon = "computer-fail-symbolic"
|