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

Francis Brosnan Blázquez francis@aspl.es
Thu, 21 Oct 2004 17:09:35 +0200


Hi Sergio,


If you include images as resources you should try to use:

Gdk.Pixbuf pixbuf = new Gdk.Pixbuf (null, "avispa.png");

Cheers.

.-Francis.