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
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to