diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-03-21 22:16:39 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-03-21 22:16:39 +0000 |
| commit | df087e8cc5961fef1a59f46889a772da8e58d230 (patch) | |
| tree | 3cdc0d029373faf5ba71f7537a17ab4934106834 /src/widgets/swatch-selector.cpp | |
| parent | Fix regression caused by rev. #9158 (selection of nodes in the node editor by... (diff) | |
| download | inkscape-df087e8cc5961fef1a59f46889a772da8e58d230.tar.gz inkscape-df087e8cc5961fef1a59f46889a772da8e58d230.zip | |
Fix crash
(bzr r9220)
Diffstat (limited to 'src/widgets/swatch-selector.cpp')
| -rw-r--r-- | src/widgets/swatch-selector.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/widgets/swatch-selector.cpp b/src/widgets/swatch-selector.cpp index a7bd5eae1..50ee632cd 100644 --- a/src/widgets/swatch-selector.cpp +++ b/src/widgets/swatch-selector.cpp @@ -57,6 +57,11 @@ SwatchSelector::~SwatchSelector() _gsel = 0; } +SPGradientSelector *SwatchSelector::getGradientSelector() +{ + return _gsel; +} + void SwatchSelector::_grabbedCb(SPColorSelector * /*csel*/, void * /*data*/) { } |
