Git commit 4ad503893c11616116dbdbc0553a137b76036c2f by Thomas Friedrichsmeier.
Committed on 03/01/2015 at 19:46.
Pushed by tfry into branch 'master'.
Fix loading of newly registered pluginmaps.
M +1 -1 rkward/settings/rksettingsmoduleplugins.h
http://commits.kde.org/rkward/4ad503893c11616116dbdbc0553a137b76036c2f
diff --git a/rkward/settings/rksettingsmoduleplugins.h b/rkward/settings/rksettingsmoduleplugins.h
index 7f690ea..6e1baa7 100644
--- a/rkward/settings/rksettingsmoduleplugins.h
+++ b/rkward/settings/rksettingsmoduleplugins.h
@@ -60,7 +60,7 @@ public:
* @param force_reload If true, plugin maps are always reloaded, even if no maps were added
* @param suppress_reload If true (and force_reload is false), do not reload plugin maps, even if maps were added
*/
- static void registerPluginMaps (const QStringList &maps, bool force_add, bool force_reload, bool suppress_reload=true);
+ static void registerPluginMaps (const QStringList &maps, bool force_add, bool force_reload, bool suppress_reload=false);
/** Looks for the given id among known plugin maps */
static QString findPluginMapById (const QString &id);
/** marks given map as broken (in this version), and deactivates it. @Returns false is the map was already known to be broken, true otherwise. */
|