From: buliabyak Date: Fri, 2 Mar 2007 14:36:37 +0000 (+0000) Subject: ted's fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dfa5c099f00ba83d36471acf50df55654522c1c7;p=inkscape.git ted's fix --- diff --git a/src/main.cpp b/src/main.cpp index c6892a5aa..f7be7d940 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1407,7 +1407,7 @@ sp_process_args(poptContext ctx) gchar const *arg = poptGetOptArg(ctx); if (arg != NULL) { // printf("Adding in: %s\n", arg); - new Inkscape::CmdLineAction(a, arg); + new Inkscape::CmdLineAction((a == SP_ARG_VERB), arg); } break; }