Code

Restore node toolbar buttons that were just commented out. Fixes bug #534045.
authorJon A. Cruz <jon@joncruz.org>
Sun, 7 Mar 2010 23:14:39 +0000 (15:14 -0800)
committerJon A. Cruz <jon@joncruz.org>
Sun, 7 Mar 2010 23:14:39 +0000 (15:14 -0800)
src/widgets/toolbox.cpp

index 8b12a7a5ee8ed70c2e72ea784a3fc08835f71f98..88a5440e6938ce7d1eea842fcf622ac1a4a6e4be 100644 (file)
@@ -301,9 +301,9 @@ static gchar const * ui_descr =
         "    <toolitem action='NodeLineAction' />"
         "    <toolitem action='NodeCurveAction' />"
         "    <separator />"
-        //"    <toolitem action='ObjectToPath' />"
-        //"    <toolitem action='StrokeToPath' />"
-        //"    <separator />"
+        "    <toolitem action='ObjectToPath' />"
+        "    <toolitem action='StrokeToPath' />"
+        "    <separator />"
         "    <toolitem action='NodeXAction' />"
         "    <toolitem action='NodeYAction' />"
         "    <toolitem action='NodeUnitsAction' />"