summaryrefslogtreecommitdiffstats
path: root/src/inkview.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2009-05-04 03:58:23 +0000
committerjoncruz <joncruz@users.sourceforge.net>2009-05-04 03:58:23 +0000
commit5d14ae3017d5961d87b1169df3cd11e82fe77c14 (patch)
tree12a9f0c54ce65b4336bec4368e0c75b7e726060e /src/inkview.cpp
parentClean up formatting so that methods are not all run together. Helps with diffs. (diff)
downloadinkscape-5d14ae3017d5961d87b1169df3cd11e82fe77c14.tar.gz
inkscape-5d14ae3017d5961d87b1169df3cd11e82fe77c14.zip
Fixed broken preferences singleton and removed GUI encapsulation leakage. Fixes bug #367752.
(bzr r7816)
Diffstat (limited to 'src/inkview.cpp')
-rw-r--r--src/inkview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inkview.cpp b/src/inkview.cpp
index bb675f0ee..cd9d5524b 100644
--- a/src/inkview.cpp
+++ b/src/inkview.cpp
@@ -214,7 +214,6 @@ main (int argc, const char **argv)
Inkscape::GC::init();
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
- prefs->load(false, true); // keep quiet about any failures
gtk_init (&argc, (char ***) &argv);