diff options
| author | Dmitry Zhulanov <dmitry.zhulanov@gmail.com> | 2016-10-03 15:19:23 +0000 |
|---|---|---|
| committer | Dmitry Zhulanov <dmitry.zhulanov@gmail.com> | 2016-10-03 15:19:23 +0000 |
| commit | f9a55c6269f20bfe98e1eeb0dd07f5bb3036b7ab (patch) | |
| tree | 98a8926e51f0906a3f636c3967ab1ded5f132f46 /src | |
| parent | butify idents (diff) | |
| download | inkscape-f9a55c6269f20bfe98e1eeb0dd07f5bb3036b7ab.tar.gz inkscape-f9a55c6269f20bfe98e1eeb0dd07f5bb3036b7ab.zip | |
beautify idents
(bzr r15136.1.14)
Diffstat (limited to 'src')
| -rw-r--r-- | src/main-cmdlineact.cpp | 2 | ||||
| -rw-r--r-- | src/main.cpp | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/main-cmdlineact.cpp b/src/main-cmdlineact.cpp index fc0f50cd4..f5c6e52eb 100644 --- a/src/main-cmdlineact.cpp +++ b/src/main-cmdlineact.cpp @@ -57,8 +57,6 @@ CmdLineAction::doIt (ActionContext const & context) { //printf("Doing: %s\n", _arg); if (_isVerb) { if (isExtended()) { - //printf("Is extended\n"); - doItX(context); return; } diff --git a/src/main.cpp b/src/main.cpp index 5b7dcc5ef..0d5f35797 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -308,7 +308,7 @@ struct poptOption options[] = { N_("Open specified document(s) (option string may be excluded)"), N_("FILENAME")}, #ifdef WITH_YAML - {"xverbs", 0, + {"xverbs", 0, POPT_ARG_STRING, &sp_xverbs_yaml, SP_ARG_XVERBS, N_("xverbs command"), N_("XVERBS_FILENAME")}, |
