diff options
| author | MenTaLguY <mental@rydia.net> | 2008-03-26 03:46:52 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-03-26 03:46:52 +0000 |
| commit | f8e238a4916b3cded2d9097f498147f9b61716fe (patch) | |
| tree | ea318d700c381ae1e17051b4c36f51a4937e60fc /src/gradient-drag.h | |
| parent | Major overhaul of the selector tool's internals to improve handling of transf... (diff) | |
| download | inkscape-f8e238a4916b3cded2d9097f498147f9b61716fe.tar.gz inkscape-f8e238a4916b3cded2d9097f498147f9b61716fe.zip | |
system clipboard support (bug #170185) from Chris KosiĆski
(bzr r5190)
Diffstat (limited to 'src/gradient-drag.h')
| -rw-r--r-- | src/gradient-drag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h index 2d52da04b..81713e0ee 100644 --- a/src/gradient-drag.h +++ b/src/gradient-drag.h @@ -131,7 +131,7 @@ public: // FIXME: make more of this private! void deleteSelected (bool just_one = false); - bool copy (); + guint32 getColor(); bool keep_selection; |
