From 2dcad8b8dd3e13db62e7de20293c5369dc5e9445 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Mon, 4 May 2009 05:20:54 +0000 Subject: Implement warning of prior errors. (bzr r7817) --- src/application/editor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/application/editor.cpp') 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 -- cgit v1.2.3