[Uml-devel] KDE/kdesdk/umbrello/umbrello
Ralf Habacker
ralf.habacker at gmail.com
Wed Mar 14 03:16:29 UTC 2012
SVN commit 1285526 by habacker:
We do not need the gui for --export-format command line option.
CCBUG: 283748
M +1 -1 main.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/main.cpp #1285525:1285526
@@ -113,7 +113,7 @@
bool getShowGUI(KCmdLineArgs *args)
{
- if (args->getOptionList("export").size() > 0) {
+ if (args->getOptionList("export").size() > 0 || args->isSet("export-formats")) {
return false;
}
return true;
More information about the umbrello-devel
mailing list