[Uml-devel] KDE/kdesdk/umbrello/umbrello

Ralf Habacker Ralf.Habacker at freenet.de
Fri Nov 2 20:47:40 UTC 2007


SVN commit 732117 by habacker:

win32 shared violation fix - umbrello does still not save files, looks that there are kioslave communication problems "SlaveBase::waitForAnswer has read error."


 M  +3 -1      umldoc.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/umldoc.cpp #732116:732117
@@ -613,7 +613,9 @@
             return false;
         }
         saveToXMI(tmpfile); // save the xmi stuff to it
-
+#ifdef Q_WS_WIN
+        tmpfile.close();        
+#endif
         // if it is a remote file, we have to upload the tmp file
         if ( !url.isLocalFile() ) {
             uploaded = KIO::NetAccess::upload( tmpfile.fileName(), m_doc_url




More information about the umbrello-devel mailing list