[Gnucash-changes] r12942 - gnucash/trunk/src - Initialize Gnome
libraries before booting guile.
Chris Shoemaker
c.shoemaker at cox.net
Sun Jan 22 18:41:20 EST 2006
On Sun, Jan 22, 2006 at 06:12:16PM -0500, Chris Shoemaker wrote:
> - gnucash_program =
> - gnome_program_init("gnucash", version, LIBGNOMEUI_MODULE,
> - restargc, restargv,
> - GNOME_PARAM_POPT_TABLE, nullPoptTable,
> - GNOME_PROGRAM_STANDARD_PROPERTIES,
> - GNOME_PARAM_NONE);
> + gnucash_program = gnome_program_init(
> + "gnucash", version, LIBGNOMEUI_MODULE,
> + argc, argv, GNOME_PARAM_POPT_TABLE, nullPoptTable,
> + GNOME_PROGRAM_STANDARD_PROPERTIES, GNOME_PARAM_NONE);
I forgot that doing this means gnome provides its own AUTOHELP, which
means our help isn't shown anymore. I'll fix ths up shortly.
-chris
More information about the gnucash-devel
mailing list