summaryrefslogtreecommitdiffstats
path: root/src/gradient-chemistry.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-11-28 00:44:24 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-11-28 00:44:24 +0000
commitc31f12ada683e302beb99dbc6eaea5d6d1205ab2 (patch)
treeb08c8cf71364338d95cb5306245cd4d7272d164f /src/gradient-chemistry.h
parentGTK+ 3: Migrate to GdkRGBA (diff)
downloadinkscape-c31f12ada683e302beb99dbc6eaea5d6d1205ab2.tar.gz
inkscape-c31f12ada683e302beb99dbc6eaea5d6d1205ab2.zip
Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which never go away
(bzr r11911)
Diffstat (limited to 'src/gradient-chemistry.h')
-rw-r--r--src/gradient-chemistry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gradient-chemistry.h b/src/gradient-chemistry.h
index 50422458c..66a8e5281 100644
--- a/src/gradient-chemistry.h
+++ b/src/gradient-chemistry.h
@@ -74,6 +74,8 @@ void sp_gradient_reverse_selected_gradients(SPDesktop *desktop);
void sp_gradient_invert_selected_gradients(SPDesktop *desktop, Inkscape::PaintTarget fill_or_stroke);
+void sp_gradient_unset_swatch(SPDesktop *desktop, std::string id);
+
/**
* Fetches either the fill or the stroke gradient from the given item.
*