From 6f008746350aab3d895a7905e1dd036a9b615a94 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Wed, 27 Jun 2007 05:41:53 +0000 Subject: switch SPStyle to using SPFilterReference for filters; sp_style_new now requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116) --- 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 7aa33fc5b..126deff38 100644 --- a/src/dialogs/object-properties.cpp +++ b/src/dialogs/object-properties.cpp @@ -304,7 +304,7 @@ sp_fillstroke_selection_changed ( Inkscape::Application *inkscape, GtkAdjustment *a = GTK_ADJUSTMENT(gtk_object_get_data(GTK_OBJECT(dlg), "master_opacity_adjustment")); // create temporary style - SPStyle *query = sp_style_new (); + SPStyle *query = sp_style_new (SP_ACTIVE_DOCUMENT); // query style from desktop into it. This returns a result flag and fills query with the style of subselection, if any, or selection int result = sp_desktop_query_style (SP_ACTIVE_DESKTOP, query, QUERY_STYLE_PROPERTY_MASTEROPACITY); -- cgit v1.2.3