From 28aca8c6219a523623e3e7afd07965b1e23a0b04 Mon Sep 17 00:00:00 2001 From: flatberg Date: Wed, 21 Feb 2007 13:57:48 +0000 Subject: [PATCH] added project to selection controller --- fluents/fluents.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fluents/fluents.py b/fluents/fluents.py index 1bcf21a..ddc2637 100644 --- a/fluents/fluents.py +++ b/fluents/fluents.py @@ -208,7 +208,8 @@ class FluentApp: self.workflow.add_project(proj) self.navigator_view.add_project(proj) self.dimlist_crt.set_project(proj) - + self.sellist_crt.set_project(proj) + def set_workflow(self, workflow): self.workflow = workflow self.wf_view.set_workflow(self.workflow)