summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-02 14:36:37 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-02 14:36:37 +0000
commit82745764cefb890228b750da5582de15f26e6ca1 (patch)
treea52dc548b280643679ecde7d41049ce0f6bb5348 /src/main.cpp
parentcreate/destroy the cairo_t for all items to render into (currently used only ... (diff)
downloadinkscape-82745764cefb890228b750da5582de15f26e6ca1.tar.gz
inkscape-82745764cefb890228b750da5582de15f26e6ca1.zip
ted's fix
(bzr r2498)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}