diff options
Diffstat (limited to 'src/application/editor.cpp')
| -rw-r--r-- | src/application/editor.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/application/editor.cpp b/src/application/editor.cpp index c0501389f..49010efdc 100644 --- a/src/application/editor.cpp +++ b/src/application/editor.cpp @@ -65,8 +65,7 @@ Editor::Editor (gint /*argc*/, char **argv) sp_object_type_register ("sodipodi:namedview", SP_TYPE_NAMEDVIEW); sp_object_type_register ("sodipodi:guide", SP_TYPE_GUIDE); - Inkscape::Preferences *prefs = Inkscape::Preferences::get(); - prefs->load(true, false); + Inkscape::Preferences::get(); // Ensure preferences are loaded } bool |
