From 0bf5619e6388466b8caaddaf490acc557804f236 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Mon, 18 Aug 2008 00:38:00 +0000 Subject: Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching selections doesn't work right yet; changing the cursor would also be nice) (bzr r6656) --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/toolbox.cpp') diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 675900e74..9731436f0 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -4850,7 +4850,7 @@ void sp_lpetool_toolbox_sel_changed(Inkscape::Selection *selection, GObject *tbl) { using namespace Inkscape::LivePathEffect; - g_print ("sp_node_toolbox_sel_changed()\n"); + g_print ("sp_lpetool_toolbox_sel_changed()\n"); { GtkAction* w = GTK_ACTION( g_object_get_data( tbl, "lpetool_test_action" ) ); SPItem *item = selection->singleItem(); -- cgit v1.2.3