[Gtk-sharp-list] problem with Gnome.About
Joseph Monti
joe@tgpr.org
06 May 2003 18:04:32 -0400
I saw that bug and tried that solution, but with no luck.
What I did was place that after the GnomeAbout was initialized.
- Joe
On Tue, 2003-05-06 at 17:52, Gonzalo Paniagua Javier wrote:
> El mar, 06 de 05 de 2003 a las 23:10, Joseph Monti escribió:
> > Hi,
> >
> > I'm new to C#/GTK# and ran into a problem with creating a new
> > Gnome.About
> >
> > Here is how I create it:
> >
> > Gnome.About myAbout = new Gnome.About(
> > "Code Connector", "0.1",
> > "(C) 2003 Joseph Monti, GNU General Public License",
> > "A Description",
> > new string [] {"Me"},
> > new string[] {}, "", null);
> >
> > This is created in a callback.
> >
> > Here is what happens at a console:
> >
> > (<unknown>:2986): GLib-GObject-WARNING **: instance of invalid
> > non-instantiatable type `<invalid>'
>
> There's a bug filled about this issue.
>
> What I do is:
>
> GC.SuppressFinalize (about);
>
> and then run it.
>
> -Gonzalo
>
>
> _______________________________________________
> Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[ Joseph Monti ][ joe@tgpr.org ][ http://joe.tgpr.org/ ]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-