From dfa5c099f00ba83d36471acf50df55654522c1c7 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Fri, 2 Mar 2007 14:36:37 +0000 Subject: [PATCH] ted's fix --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2