kdump-anaconda-addon/SOURCES/0003-Revert-Remove-the-helpFile-attribute.patch

26 lines
840 B
Diff

From ecf5928a6ada13cbf06bae7860d176fd82520941 Mon Sep 17 00:00:00 2001
From: Coiby Xu <coiby.xu@gmail.com>
Date: Thu, 13 Jan 2022 15:21:27 +0800
Subject: [PATCH] Revert "Remove the helpFile attribute"
This reverts commit 3afe9e0c6fa55b10f0ade7cb780387fe4cc498cb.
---
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 2b759d6..53daa64 100644
--- a/com_redhat_kdump/gui/spokes/kdump.py
+++ b/com_redhat_kdump/gui/spokes/kdump.py
@@ -45,6 +45,7 @@ class KdumpSpoke(NormalSpoke):
builderObjects = ["KdumpWindow", "advancedConfigBuffer"]
mainWidgetName = "KdumpWindow"
uiFile = "kdump.glade"
+ helpFile = "KdumpSpoke.xml"
translationDomain = "kdump-anaconda-addon"
icon = "kdump"
--
2.31.1