diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-03-08 09:30:53 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-03-08 09:30:53 +0000 |
| commit | d2bdd8a04cd69dad117d2c7a76e44fe0f78a4265 (patch) | |
| tree | 553d8fa818f154f328427468b82c3f319b1b7f71 /src/gradient-drag.cpp | |
| parent | - When finalizing a curve by double clicking then don't snap to the curve itself (diff) | |
| download | inkscape-d2bdd8a04cd69dad117d2c7a76e44fe0f78a4265.tar.gz inkscape-d2bdd8a04cd69dad117d2c7a76e44fe0f78a4265.zip | |
Reworked internals of color and drag-n-drop.
(bzr r7439)
Diffstat (limited to 'src/gradient-drag.cpp')
| -rw-r--r-- | src/gradient-drag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient-drag.cpp b/src/gradient-drag.cpp index 6d8815938..4758d27bf 100644 --- a/src/gradient-drag.cpp +++ b/src/gradient-drag.cpp @@ -358,7 +358,7 @@ GrDrag::addStopNearPoint (SPItem *item, Geom::Point mouse_p, double tolerance) bool -GrDrag::dropColor(SPItem */*item*/, gchar *c, Geom::Point p) +GrDrag::dropColor(SPItem */*item*/, gchar const *c, Geom::Point p) { // first, see if we can drop onto one of the existing draggers for (GList *i = draggers; i != NULL; i = i->next) { // for all draggables of dragger |
