Code

Pot and Dutch translation update
[inkscape.git] / src / select-context.cpp
index a9e1ff62318bd0e381bd5eaa3112260471fdda52..028c8634b62435475a926670ec97082a881c66f7 100644 (file)
@@ -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;