[Gtk-sharp-list] Problems using the new constructors for FileChooserDialog

Mike Kestner mkestner@novell.com
Mon, 31 Jan 2005 10:15:42 -0600


On Mon, 2005-01-31 at 13:24 -0200, Rafael Teixeira wrote:

> Because the signatures are somewhat ambiguous, that is why I reordered
> one parameter in my previous patch...
> 
> I reopened bug 71818 (http://bugzilla.ximian.com/show_bug.cgi?id=71818)
> 
> I'll try to build another patch...

I fixed it already, when I saw the bug report reopened.  I moved the
backend param to the beginning of the other ctor, so it now looks like:

ctor (string title, Window parent, ...)
ctor (string backend, string title, Window parent, ...)

No way for those to conflict.  Thanks for the report.

-- 
Mike Kestner <mkestner@novell.com>