Function names are now folders in the navigator.

This commit is contained in:
2006-04-24 15:20:27 +00:00
parent 179a2f88a9
commit ba2a769f01
3 changed files with 10 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ class WorkflowView (gtk.VBox):
new_data = function.run(project.current_data)
if new_data != None:
project.add_data(parent_data, new_data)
project.add_data(parent_data, new_data, function.name)
logger.log('debug', 'Function ended: %s' % function.name)