From 82745764cefb890228b750da5582de15f26e6ca1 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Fri, 2 Mar 2007 14:36:37 +0000 Subject: ted's fix (bzr r2498) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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; } -- cgit v1.2.3