diff --git a/loader/src/menu/content/ContentHome.cpp b/loader/src/menu/content/ContentHome.cpp index bd8502f..d597d2a 100644 --- a/loader/src/menu/content/ContentHome.cpp +++ b/loader/src/menu/content/ContentHome.cpp @@ -116,7 +116,7 @@ ContentHome::ContentHome():ContentTemplate() for (std::vector::iterator itOther = pluginListLoaded.begin() ; itOther != pluginListLoaded.end(); ++itOther) { PluginInformation * otherPlugin = *itOther; - if(otherPlugin->getName().compare(curPlugin->getName()) == 0) { + if(otherPlugin->getPath().compare(curPlugin->getPath()) == 0) { element->setValue(true); } }