* better avoid adding the same plugin again and again on every start. I had

42 plugins registered here ;)

svn path=/trunk/kdebase/nsplugins/; revision=94060
This commit is contained in:
Stefan Schimanski 2001-04-26 15:24:22 +00:00
parent 9aee1a6b26
commit 41d55868a1

View file

@ -394,6 +394,7 @@ int main( int argc, char **argv )
infoConfig = new KConfig( KGlobal::dirs()->saveLocation("data", "nsplugins") +
"/pluginsinfo" );
infoConfig->writeEntry( "number", 0 );
// open the cache file for the mime information
QString cacheName = KGlobal::dirs()->saveLocation("data", "nsplugins")+"/cache";