summaryrefslogtreecommitdiffstats
path: root/src/inkview.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/inkview.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/inkview.cpp')
-rw-r--r--src/inkview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkview.cpp b/src/inkview.cpp
index cd9d5524b..5cfde2c81 100644
--- a/src/inkview.cpp
+++ b/src/inkview.cpp
@@ -213,7 +213,7 @@ main (int argc, const char **argv)
LIBXML_TEST_VERSION
Inkscape::GC::init();
- Inkscape::Preferences *prefs = Inkscape::Preferences::get();
+ Inkscape::Preferences::get(); // ensure preferences are initialized
gtk_init (&argc, (char ***) &argv);