summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-12 22:37:18 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-12 22:37:18 +0000
commitfbb85064cfaaf03cc09bacedb16a8561f61f2b3d (patch)
treee2a26a8e4fbbcfd1180522452d7b4db23408d39d /src/select-context.cpp
parentvarious little changes (diff)
downloadinkscape-fbb85064cfaaf03cc09bacedb16a8561f61f2b3d.tar.gz
inkscape-fbb85064cfaaf03cc09bacedb16a8561f61f2b3d.zip
Added prefPaths to contexts; modified SPFactory
(bzr r11608.1.94)
Diffstat (limited to 'src/select-context.cpp')
-rw-r--r--src/select-context.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp
index b28920868..7b811e16e 100644
--- a/src/select-context.cpp
+++ b/src/select-context.cpp
@@ -69,6 +69,8 @@ static gint xp = 0, yp = 0; // where drag started
static gint tolerance = 0;
static bool within_tolerance = false;
+const std::string SPSelectContext::prefsPath = "/tools/select";
+
G_DEFINE_TYPE(SPSelectContext, sp_select_context, SP_TYPE_EVENT_CONTEXT);
static void