[MonoDevelop] [patch] stop/clear button in application/build
output pads
Lluis Sanchez
lluis@ximian.com
Fri, 11 Feb 2005 17:57:23 +0100
Nice patch! Committed with some minor changes.
Thanks!
Lluis.
On dv, 2005-02-11 at 17:02 +0100, Ben Motmans wrote:
> On Fri, 11 Feb 2005 16:40:43 +0100, Lluis Sanchez <lluis@ximian.com> wrote:
> > Hi!
> > Here are some comments:
> >
> > OutputProgressMonitor can do this assignment in its constructor.
> > ...
> > It is wrong to cast to OutputProgressMonitor since IProgressMonitor
> > doesn't need to necessarily be an OutputProgressMonitor in the future.
>
> fixed
>
> -- Ben