SVN commit 953975 by berger: Fix: loading of generator plugins krita plugin version is "3" not "5" need review for inclusion in branch/2.0 CCMAIL: kimageshop@kde.org M +1 -1 kis_generator_registry.cpp --- trunk/koffice/krita/image/generator/kis_generator_registry.cpp #953974:953975 @@ -53,7 +53,7 @@ if (KisGeneratorRegistry::m_singleton == 0) { KisGeneratorRegistry::m_singleton = new KisGeneratorRegistry(); Q_CHECK_PTR( KisGeneratorRegistry::m_singleton ); - KoPluginLoader::instance()->load( "Krita/Generator", "Type == 'Service' and ([X-Krita-Version] == 5)" ); + KoPluginLoader::instance()->load( "Krita/Generator", "Type == 'Service' and ([X-Krita-Version] == 3)" ); } return KisGeneratorRegistry::m_singleton; _______________________________________________ kimageshop mailing list kimageshop@kde.org https://mail.kde.org/mailman/listinfo/kimageshop