diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
index d2435b4695c731bda5ec5d54ec12135d6073571a..c4f87637197356a5d1a50cea316eff47fccd2ade 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
@@ -259,7 +259,6 @@ void PropertyEditor::setupPane(const QString &typeName)
         QmlContext *ctxt = type->m_view->rootContext();
         ctxt->setContextProperty("finishedNotify", QVariant(false) );
         type->initialSetup(typeName, qmlSpecificsFile, this); 
-        ctxt->setContextProperty("finishedNotify", QVariant(true) );
     }
     QApplication::processEvents();
 }