]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Plugins.cxx
More on graph editor
[cpPlugins.git] / lib / cpPlugins / Interface / Plugins.cxx
index 62227a9d57115f4cf3380d9d863faf45e8ce6d4a..ece9dd0a5f93762b1be093a9f9a398897042f19e 100644 (file)
@@ -143,6 +143,7 @@ SetApplication( BaseApplication* a )
 bool cpPlugins::Interface::Plugins::
 LoadPluginsPath( const std::string& path, bool r )
 {
+  /* TODO
   this->BlockWidget( );
 
   // Load all plugins from given folder
@@ -166,6 +167,8 @@ LoadPluginsPath( const std::string& path, bool r )
 
   this->UnblockWidget( );
   return( ret );
+  */
+  return( false );
 }
 
 // -------------------------------------------------------------------------