diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-03-08 00:08:32 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-03-08 00:08:32 +0000 |
| commit | 885e415aa5fcdcd01c6ecae0a804d65a101764e0 (patch) | |
| tree | 282b32e5e15b2bcf4511a85e5465cd82d345d036 /src/widgets | |
| parent | Restore node toolbar buttons that were just commented out. Fixes bug #534045. (diff) | |
| download | inkscape-885e415aa5fcdcd01c6ecae0a804d65a101764e0.tar.gz inkscape-885e415aa5fcdcd01c6ecae0a804d65a101764e0.zip | |
Move new "NodesShow*" action to be with the existing ones on the toolbar.
(bzr r9162)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 88a5440e6..b4324ca0d 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -282,7 +282,6 @@ static gchar const * ui_descr = " </toolbar>" " <toolbar name='NodeToolbar'>" - " <toolitem action='NodesShowTransformHandlesAction' />" " <separator />" " <toolitem action='NodeInsertAction' />" " <toolitem action='NodeDeleteAction' />" @@ -312,6 +311,7 @@ static gchar const * ui_descr = " <toolitem action='ObjectEditMaskPathAction' />" " <toolitem action='EditNextLPEParameterAction' />" " <separator />" + " <toolitem action='NodesShowTransformHandlesAction' />" " <toolitem action='NodesShowHandlesAction' />" " <toolitem action='NodesShowHelperpath' />" " </toolbar>" |
