SetupDialog: fix file dialog not opening for theme directory
It was caused by a typo affecting a signal-slot connection.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user