From 93e25a913d7a76d9a3aed1b62e5ff263d75d6f4d Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 29 Mar 2006 03:18:33 +0000 Subject: Renaming temp non-standard attributes (bzr r330) --- src/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interface.cpp') diff --git a/src/interface.cpp b/src/interface.cpp index c913d1122..3ff25c8fb 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -1023,7 +1023,7 @@ sp_ui_drag_data_received(GtkWidget *widget, str = 0; sp_object_setAttribute( SP_OBJECT(item), - (drag_context->action != GDK_ACTION_MOVE) ? "HOTFill":"HOTStroke", + (drag_context->action != GDK_ACTION_MOVE) ? "inkscape:x-fill-tag":"inkscape:x-stroke-tag", palName.c_str(), false ); item->updateRepr(); -- cgit v1.2.3