diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-01-11 16:47:15 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-01-11 16:47:15 +0000 |
| commit | 777725a61ee69b85794a895e8fa480da349541ca (patch) | |
| tree | 458c5d4c261585472b8cfea63b74af050533bcb8 /src/dialogs/object-properties.cpp | |
| parent | Complete translation. (diff) | |
| download | inkscape-777725a61ee69b85794a895e8fa480da349541ca.tar.gz inkscape-777725a61ee69b85794a895e8fa480da349541ca.zip | |
patch 1632843
(bzr r2178)
Diffstat (limited to 'src/dialogs/object-properties.cpp')
| -rw-r--r-- | src/dialogs/object-properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/object-properties.cpp b/src/dialogs/object-properties.cpp index ce65edbeb..c98f7c7d8 100644 --- a/src/dialogs/object-properties.cpp +++ b/src/dialogs/object-properties.cpp @@ -425,7 +425,7 @@ sp_fillstroke_blur_changed (GtkAdjustment *a, SPWidget *base) g_assert(style != NULL); if (radius == 0.0) { - remove_filter (item, true); + remove_filter (item, false); } else { SPFilter *constructed = new_filter_gaussian_blur_from_item(document, item, radius); sp_style_set_property_url (SP_OBJECT(item), "filter", SP_OBJECT(constructed), false); |
