summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2014-04-19 04:52:30 +0000
committerMartin Owens <doctormo@gmail.com>2014-04-19 04:52:30 +0000
commit47abc2d2947692786bb402cedc107e40b9cd21e5 (patch)
tree0fef0ac4ca957ae0405c01a1bc84e8564fb5e857 /src/desktop.cpp
parentAdd image rendering option for outlines. Setup desktop preferences observer. (diff)
downloadinkscape-47abc2d2947692786bb402cedc107e40b9cd21e5.tar.gz
inkscape-47abc2d2947692786bb402cedc107e40b9cd21e5.zip
Fix remaining issue with prefs updating
(bzr r13291.1.2)
Diffstat (limited to 'src/desktop.cpp')
-rw-r--r--src/desktop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp
index 35ee22448..3ed6d9ef3 100644
--- a/src/desktop.cpp
+++ b/src/desktop.cpp
@@ -139,7 +139,7 @@ SPDesktop::SPDesktop() :
_d2w(),
_doc2dt( Geom::Scale(1, -1) ),
// This doesn't work I don't know why.
- // _image_render_observer(*this, "/options/rendering/imageinoutlinemode"),
+ _image_render_observer(this, "/options/rendering/imageinoutlinemode"),
grids_visible( false )
{
_d2w.setIdentity();