[Gtk-sharp-list] problem with Gnome.About

Joseph Monti joe@tgpr.org
06 May 2003 17:10:12 -0400


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>'
 
(<unknown>:2986): GLib-GObject-CRITICAL **: file gsignal.c: line 2056
(g_signal_handlers_destroy): assertion `G_TYPE_CHECK_INSTANCE
(instance)' failed

The application does not crash, it just doesnt open that about dialog.

I am running the CVS version of mono/mcs/gtk-sharp. and gnome-2.2.1 on a
Gentoo system.

Any ideas?

Thanks!
- Joe

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[ Joseph Monti ][ joe@tgpr.org ][ http://joe.tgpr.org/ ]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-