1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Correctly set fileName member of Plugin struct.

Thanks to char101
Closes #1020
This commit is contained in:
nowrep 2013-09-10 15:52:18 +02:00
parent 4280dcd9fa
commit 18baba4489

View File

@ -197,6 +197,7 @@ void Plugins::loadAvailablePlugins()
}
Plugin plugin;
plugin.fileName = fileName;
plugin.fullPath = absolutePath;
plugin.pluginSpec = iPlugin->pluginSpec();
plugin.pluginLoader = loader;