On Fri, May 29, 2009 at 2:45 AM, Toedter, Kai <[email protected]> wrote:
> All,
>
> the current cvs breaks both Boris' photo demo and my contacts demo. Before I 
> start filing bugs I would like to understand the strategy behind parameter 
> injection.
>
> Simple Example: Until yesterday, I could specify a Handler (that was bound to 
> a command using the workbench model) like this:
>
> public class ExitHandler {
>        public void execute(IWorkbench workbench) {
>                workbench.close();
>        }
> }


That would be me ... I removed the IWorkbench from the application
context by accident.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=278369

PW


-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR
_______________________________________________
e4-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/e4-dev

Reply via email to