diff options
| author | Martin Owens <doctormo@gmail.com> | 2014-03-28 21:16:35 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2014-03-28 21:16:35 +0000 |
| commit | b8a04c5946f23e3cc09e398d1b6603bbba6ceed9 (patch) | |
| tree | ad79dc7432dda707322d605722790975ad23b4b2 /src/ui/dialog/guides.h | |
| parent | Remove _onApply and strdup the char from the label before it gets corrupted. ... (diff) | |
| download | inkscape-b8a04c5946f23e3cc09e398d1b6603bbba6ceed9.tar.gz inkscape-b8a04c5946f23e3cc09e398d1b6603bbba6ceed9.zip | |
Guides: Clean up memory a bit better and move color changed to OK so we don't set the colour before OK
(bzr r13228)
Diffstat (limited to 'src/ui/dialog/guides.h')
| -rw-r--r-- | src/ui/dialog/guides.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/guides.h b/src/ui/dialog/guides.h index 76b830e70..22bf5097a 100644 --- a/src/ui/dialog/guides.h +++ b/src/ui/dialog/guides.h @@ -67,7 +67,6 @@ protected: void _response(gint response); void _modeChanged(); - void _colorChanged(); private: GuidelinePropertiesDialog(GuidelinePropertiesDialog const &); // no copy |
