[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello/docgenerators
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Sep 3 19:20:04 UTC 2006
SVN commit 580518 by okellogg:
missed this in commit 580517
M +1 -1 docbookgenerator.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/docgenerators/docbookgenerator.cpp #580517:580518
@@ -91,7 +91,7 @@
KMessageBox::error(0, i18n("There was a problem saving file: %1").arg(tmpfile.name()), i18n("Save Error"));
return false;
}
- umlDoc->saveToXMI( file, false ); // save the xmi stuff to it
+ umlDoc->saveToXMI(file); // save the xmi stuff to it
file.close();
tmpfile.close();
More information about the umbrello-devel
mailing list