[Uml-devel] kdesdk/umbrello/umbrello/dialogs
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Fri Oct 3 13:57:04 UTC 2003
CVS commit by thomas:
added safety call to codeDoc->syncronize() to insure code is really up to date
M +3 -0 codeeditor.cpp 1.14
--- kdesdk/umbrello/umbrello/dialogs/codeeditor.cpp #1.13:1.14
@@ -662,4 +662,7 @@ void CodeEditor::slotPasteTextBlock ( )
void CodeEditor::init ( CodeViewerDialog * parentDlg, CodeDocument * parentDoc ) {
+ // safety to insure that we are up to date
+ parentDoc->syncronize();
+
m_parentDlg = parentDlg;
m_parentDoc = parentDoc;
More information about the umbrello-devel
mailing list