On Mon, 2009-01-26 at 23:26 -0600, David Salinas Cortés wrote: > i am having this error message when i try to run a program i > downloaded > from sourceforge: "GnomeUI-ERROR **: You must call > gnome_program_init() > before creating a GnomeApp".
You have a GnomeApp in your glade file. Either you do what the program says above, or you remove the GnomeApp from the glade file. I'd do the later as GnomeApp is deprecated anyway. Hub _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
