1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01: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 plugin;
plugin.fileName = fileName;
plugin.fullPath = absolutePath; plugin.fullPath = absolutePath;
plugin.pluginSpec = iPlugin->pluginSpec(); plugin.pluginSpec = iPlugin->pluginSpec();
plugin.pluginLoader = loader; plugin.pluginLoader = loader;