Skip to content

Commit

Permalink
SetupDialog: fix file dialog not opening for theme directory
Browse files Browse the repository at this point in the history
It was caused by a typo affecting a signal-slot connection.
  • Loading branch information
PhysSong authored Mar 28, 2019
1 parent 4dce466 commit 93ec816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/SetupDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 93ec816

Please sign in to comment.