On Thu, Jan 26, 2006 at 05:35:32PM -0700, Callum J. Bell wrote: > > and it builds cleanly but when I click the button that should create > the fileentry widget I get these on the console: > > (<unknown>:18196): Gnome-CRITICAL **: gnome_program_get_app_id: > assertion `program != NULL' failed >
You need to using an instance of the Gnome.Program class to use any of the Gnome API. monodoc should have docs on using that class. -pete -- _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
