From 777725a61ee69b85794a895e8fa480da349541ca Mon Sep 17 00:00:00 2001 From: bulia byak Date: Thu, 11 Jan 2007 16:47:15 +0000 Subject: patch 1632843 (bzr r2178) --- src/dialogs/object-properties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs/object-properties.cpp') 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); -- cgit v1.2.3