From 93ec816d4ca45d1b542a89cfc63c489f66e41498 Mon Sep 17 00:00:00 2001 From: Hyunjin Song Date: Thu, 28 Mar 2019 10:48:01 +0900 Subject: [PATCH] SetupDialog: fix file dialog not opening for theme directory It was caused by a typo affecting a signal-slot connection. --- src/gui/SetupDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/SetupDialog.cpp b/src/gui/SetupDialog.cpp index f2ad13ee99d..5ab9630b2e1 100644 --- a/src/gui/SetupDialog.cpp +++ b/src/gui/SetupDialog.cpp @@ -440,7 +440,7 @@ SetupDialog::SetupDialog( ConfigTabs _tab_to_open ) : #endif addPathEntry("Themes directory", m_artworkDir, SLOT(setArtworkDir(const QString &)), - SLOT(openArtwortDir()), + SLOT(openArtworkDir()), m_adLineEdit, pathSelectors); pathSelectorLayout->addStretch(); addPathEntry("Background artwork", m_backgroundArtwork,