summaryrefslogtreecommitdiffstats
path: root/src/application/editor.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2009-05-04 05:20:54 +0000
committerjoncruz <joncruz@users.sourceforge.net>2009-05-04 05:20:54 +0000
commit2dcad8b8dd3e13db62e7de20293c5369dc5e9445 (patch)
tree863fd4014431356803427bca8f813d51c234c1fb /src/application/editor.cpp
parentFixed broken preferences singleton and removed GUI encapsulation leakage. Fix... (diff)
downloadinkscape-2dcad8b8dd3e13db62e7de20293c5369dc5e9445.tar.gz
inkscape-2dcad8b8dd3e13db62e7de20293c5369dc5e9445.zip
Implement warning of prior errors.
(bzr r7817)
Diffstat (limited to 'src/application/editor.cpp')
-rw-r--r--src/application/editor.cpp3
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