Skip to content
Snippets Groups Projects
Commit 81a45181 authored by Martin Aumueller's avatar Martin Aumueller
Browse files

Revert "Fixes: Workaround a bug in kde 4.2.0."

This reverts commit e08f1763.
parent 6b782811
No related branches found
No related tags found
No related merge requests found
...@@ -108,11 +108,7 @@ bool FormEditorPlugin::initialize(const QStringList &arguments, QString *error) ...@@ -108,11 +108,7 @@ bool FormEditorPlugin::initialize(const QStringList &arguments, QString *error)
addObject(m_factory); addObject(m_factory);
// Make sure settings pages and action shortcuts are registered // Make sure settings pages and action shortcuts are registered
// TODO we don't want to do a full initialization here, FormEditorW::ensureInitStage(FormEditorW::RegisterPlugins);
// we actually want to call ensureInitStage(FormEditorW::RegisterPlugins)
// But due to a bug in kde 4.2.0 this crashes then when opening the file dialog
// This should be removed after 4.2.1 is out
FormEditorW::ensureInitStage(FormEditorW::FullyInitialized);
error->clear(); error->clear();
return true; return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment