summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e5a27fd)
raw | patch | inline | side by side (parent: e5a27fd)
author | Jon A. Cruz <jon@joncruz.org> | |
Tue, 6 Jul 2010 08:31:47 +0000 (01:31 -0700) | ||
committer | Jon A. Cruz <jon@joncruz.org> | |
Tue, 6 Jul 2010 08:31:47 +0000 (01:31 -0700) |
src/ui/dialog/swatches.cpp | patch | blob | history |
index e70cdaccf3963137624044858c81d29fc5ee805f..2f24fe2c4036bbc22af48f5b638f73e49dd6bbc0 100644 (file)
@@ -177,7 +177,6 @@ void SwatchesPanelHook::deleteGradient( GtkMenuItem */*menuitem*/, gpointer /*us
for (const GSList *item = gradients; item; item = item->next) {
SPGradient* grad = SP_GRADIENT(item->data);
if ( targetName == grad->getId() ) {
- //editGradientImpl( grad );
grad->setSwatch(false);
sp_document_done(doc, SP_VERB_CONTEXT_GRADIENT,
_("Delete"));