summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp
diff options
context:
space:
mode:
authorGeoff Lankow <geoff@darktrojan.net>2015-07-07 09:22:31 +0000
committerGeoff Lankow <geoff@darktrojan.net>2015-07-07 09:22:31 +0000
commit43f80e25517651b82754e3b05303dacff0c03a10 (patch)
treeb6be78397c84152c8eee77a6129a5f91cff6df1a /src/sp-namedview.cpp
parentFix compilation failure in make check (diff)
downloadinkscape-43f80e25517651b82754e3b05303dacff0c03a10.tar.gz
inkscape-43f80e25517651b82754e3b05303dacff0c03a10.zip
Read inkscape:color attribute on guides
(bzr r14228.1.1)
Diffstat (limited to 'src/sp-namedview.cpp')
-rw-r--r--src/sp-namedview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp-namedview.cpp b/src/sp-namedview.cpp
index 12c2cdf8e..1b5d9e3e2 100644
--- a/src/sp-namedview.cpp
+++ b/src/sp-namedview.cpp
@@ -247,7 +247,6 @@ void SPNamedView::build(SPDocument *document, Inkscape::XML::Node *repr) {
SPGuide * g = SP_GUIDE(o);
this->guides = g_slist_prepend(this->guides, g);
//g_object_set(G_OBJECT(g), "color", nv->guidecolor, "hicolor", nv->guidehicolor, NULL);
- g->setColor(this->guidecolor);
g->setHiColor(this->guidehicolor);
}
}