imageeditor/ImageEditorManager/src/ImageEditorPluginScanner.cpp
changeset 8 18b321db4884
parent 1 edfc90759b9f
equal deleted inserted replaced
1:edfc90759b9f 8:18b321db4884
   176 
   176 
   177     // All plug-in files have been scanned. See the result.
   177     // All plug-in files have been scanned. See the result.
   178     if( scanCount == matchCount && matchCount == iStorage->CountPlugins() )
   178     if( scanCount == matchCount && matchCount == iStorage->CountPlugins() )
   179     {
   179     {
   180         LOG(KImageEditorLogFile, "CPluginScanner: plug-in storage up to date");
   180         LOG(KImageEditorLogFile, "CPluginScanner: plug-in storage up to date");
   181         return EFalse; // no update needed
   181         return ETrue; // no update needed
   182     }
   182     }
   183     else
   183     else
   184     {
   184     {
   185         LOG(KImageEditorLogFile, "CPluginScanner: plug-in storage update needed");
   185         LOG(KImageEditorLogFile, "CPluginScanner: plug-in storage update needed");
   186         return ETrue;
   186         return ETrue;