CVS commit by luis: we need to set the application instance right away M +1 -0 uml.cpp 1.31 --- kdesdk/umbrello/umbrello/uml.cpp #1.30:1.31 @@ -55,4 +55,5 @@ using Umbrello::RefactoringAssistant; UMLApp::UMLApp(QWidget* , const char* name):KDockMainWindow(0, name) { + _instance = this; m_pDocWindow = 0; config=kapp->config();