summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2010-04-01 08:14:55 +0000
committerJosh Andler <scislac@gmail.com>2010-04-01 08:14:55 +0000
commitdbac090dfa98747f78504a20113df43fa9a78fc2 (patch)
tree2c60c28cc317e6a21583924b1051b22a564ae990 /src/select-context.cpp
parentadd Martin Sucha to AUTHORS (diff)
downloadinkscape-dbac090dfa98747f78504a20113df43fa9a78fc2.tar.gz
inkscape-dbac090dfa98747f78504a20113df43fa9a78fc2.zip
Patch by Daniel_J for 522327
(bzr r9267)
Diffstat (limited to 'src/select-context.cpp')
-rw-r--r--src/select-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp
index a9e1ff623..028c8634b 100644
--- a/src/select-context.cpp
+++ b/src/select-context.cpp
@@ -608,7 +608,7 @@ sp_select_context_root_handler(SPEventContext *event_context, GdkEvent *event)
}
sc->item = NULL;
} else {
- Inkscape::Rubberband::Rubberband *r = Inkscape::Rubberband::get(desktop);
+ Inkscape::Rubberband *r = Inkscape::Rubberband::get(desktop);
if (r->is_started() && !within_tolerance) {
// this was a rubberband drag
GSList *items = NULL;