a/src/index/indexer.cpp b/src/index/indexer.cpp
...
...
140
    LOGERR(("ConfIndexer::index: error closing database in %s\n", 
140
    LOGERR(("ConfIndexer::index: error closing database in %s\n", 
141
        m_config->getDbDir().c_str()));
141
        m_config->getDbDir().c_str()));
142
    return false;
142
    return false;
143
    }
143
    }
144
    ifiles = myfiles;
144
    ifiles = myfiles;
145
    clearMimeHandlerCache();
145
    return ret;
146
    return ret;
146
}
147
}
147
148
148
bool ConfIndexer::purgeFiles(std::list<string> &files)
149
bool ConfIndexer::purgeFiles(std::list<string> &files)
149
{
150
{