summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-18 00:38:00 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-18 00:38:00 +0000
commit0bf5619e6388466b8caaddaf490acc557804f236 (patch)
tree5eee95e6e05bdce8ba31f607ebab9bed0f563356 /src/widgets/toolbox.cpp
parentDon't draw anchors in LPEToolContext (diff)
downloadinkscape-0bf5619e6388466b8caaddaf490acc557804f236.tar.gz
inkscape-0bf5619e6388466b8caaddaf490acc557804f236.zip
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)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
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();