diff options
Diffstat (limited to 'src/inkview.cpp')
| -rw-r--r-- | src/inkview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inkview.cpp b/src/inkview.cpp index ade2b6d42..fee18612d 100644 --- a/src/inkview.cpp +++ b/src/inkview.cpp @@ -210,7 +210,8 @@ main (int argc, const char **argv) LIBXML_TEST_VERSION Inkscape::GC::init(); - Inkscape::Preferences::loadSkeleton(); + Inkscape::Preferences::use_gui = false; + Inkscape::Preferences::load(); gtk_init (&argc, (char ***) &argv); @@ -234,7 +235,6 @@ main (int argc, const char **argv) ss.fullscreen = false; inkscape = (Inkscape::Application *)g_object_new (SP_TYPE_INKSCAPE, NULL); - Inkscape::Preferences::load(); // starting at where the commandline options stopped parsing because // we want all the files to be in the list |
