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

Sharan Rao sharanrao at gmail.com
Sat Aug 4 09:54:57 UTC 2007


SVN commit 696232 by sharan:

fix broken xhtmlgenerator ( a wrong parameter to KIO::file_copy messed up the permissions, which prevented 
converting from docbook to xhtml)


 M  +1 -1      docbookgenerator.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/docgenerators/docbookgenerator.cpp #696231:696232
@@ -126,7 +126,7 @@
   url.setPath(destDir.path());
   url.addPath(fileName);
   kDebug() << "Copying result to: " << url;
-  KIO::Job* job = KIO::file_copy(KUrl::fromPath(tmpDocBook.fileName()),url,true);
+  KIO::Job* job = KIO::file_copy(KUrl::fromPath(tmpDocBook.fileName()),url,-1);
   job->ui()->setAutoErrorHandlingEnabled(true);
 
   return job;




More information about the umbrello-devel mailing list