summaryrefslogtreecommitdiffstats
path: root/src/flood-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/flood-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/flood-context.cpp')
-rw-r--r--src/flood-context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp
index 7b6223384..612ae1cfc 100644
--- a/src/flood-context.cpp
+++ b/src/flood-context.cpp
@@ -900,7 +900,7 @@ static void sp_flood_do_flood_fill(SPEventContext *event_context, GdkEvent *even
if (is_point_fill) {
fill_points.push_back(Geom::Point(event->button.x, event->button.y));
} else {
- Inkscape::Rubberband::Rubberband *r = Inkscape::Rubberband::get(desktop);
+ Inkscape::Rubberband *r = Inkscape::Rubberband::get(desktop);
fill_points = r->getPoints();
}
@@ -1206,7 +1206,7 @@ static gint sp_flood_context_root_handler(SPEventContext *event_context, GdkEven
case GDK_BUTTON_RELEASE:
if (event->button.button == 1 && !event_context->space_panning) {
- Inkscape::Rubberband::Rubberband *r = Inkscape::Rubberband::get(desktop);
+ Inkscape::Rubberband *r = Inkscape::Rubberband::get(desktop);
if (r->is_started()) {
// set "busy" cursor
desktop->setWaitingCursor();