diff options
Diffstat (limited to 'src/inkview.cpp')
| -rw-r--r-- | src/inkview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkview.cpp b/src/inkview.cpp index df2661968..f1be398f7 100644 --- a/src/inkview.cpp +++ b/src/inkview.cpp @@ -232,7 +232,7 @@ main (int argc, const char **argv) ss.view = NULL; ss.fullscreen = false; - inkscape = new Inkscape::Application;//(Inkscape::Application *)g_object_new (SP_TYPE_INKSCAPE, NULL); + inkscape = new Inkscape::Application(argv[0], true); // starting at where the commandline options stopped parsing because // we want all the files to be in the list |
