Skip to content

Commit

Permalink
persistent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Jan 10, 2014
1 parent d51c035 commit 3b218df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Utilities/pluginmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ QString PluginManager::testLoad(const QString &filepath) const

void PluginManager::updateSavedList()
{
settings().setValue("plugins", filenames);
settings().setValue("plugins" SUFFIX, filenames);
}

QStringList PluginManager::getPlugins() const
Expand Down

0 comments on commit 3b218df

Please sign in to comment.