aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ui/dialog/help/GnupgTab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/help/GnupgTab.cpp b/src/ui/dialog/help/GnupgTab.cpp
index 5d84ec65..2758cbe1 100644
--- a/src/ui/dialog/help/GnupgTab.cpp
+++ b/src/ui/dialog/help/GnupgTab.cpp
@@ -76,7 +76,7 @@ GpgFrontend::UI::GnupgTab::GnupgTab(QWidget* parent)
}
void GpgFrontend::UI::GnupgTab::process_software_info() {
- auto& ctx_info = GpgContext::GetInstance().GetInfo(true);
+ auto& ctx_info = GpgContext::GetInstance().GetInfo();
ui_->gnupgVersionLabel->setText(QString::fromStdString(
fmt::format("Version: {}", ctx_info.GnupgVersion)));