]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Revert "module is installed in salome_common root now" kleontev/32523_SALOME_on_Demand_GUI 1/head
authorDUC ANH HOANG <duc-anh-externe.hoang@edf.fr>
Wed, 29 Mar 2023 15:12:25 +0000 (17:12 +0200)
committerDUC ANH HOANG <duc-anh-externe.hoang@edf.fr>
Wed, 29 Mar 2023 15:12:25 +0000 (17:12 +0200)
This reverts commit 31183f7de7179da1a01c5add54610a43cb56424d.

src/LightApp/LightApp_Application.cxx

index 28dcc8f36042fff2ed61226de2e7443a4f7feeff..8702a1f97c9f64ff539ab95bc09388a0fcd33961 100644 (file)
@@ -984,10 +984,9 @@ void LightApp_Application::onExtAdding()
       SCRUTE(moduleName.toStdString());
 
       QString moduleDir = QDir::cleanPath(extModulesDir + QDir::separator() + moduleName);
-      QString SalomeCommonDir = QDir::cleanPath(extModulesDir + QDir::separator() + "SALOME");
       SCRUTE(moduleDir.toStdString());
 
-      addUserModule(moduleName, SalomeCommonDir, true);
+      addUserModule(moduleName, moduleDir, true);
     }
 
     // Add an extension to GUI