Convert the default currency preferences over to gconf.
Didier Vidal
didier-devel at 9online.fr
Sun Sep 25 07:38:02 EDT 2005
I had to make this patch locally to avoid a crash with gnucash:
[vidal at oscar3 app-utils]$ cvs diff *.c
Index: global-options.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/app-utils/global-options.c,v
retrieving revision 1.6.4.4
diff -r1.6.4.4 global-options.c
398c398
< if (strcmp(choice, "other") == 0) {
---
> if (choice && strcmp(choice, "other") == 0) {
421c421
< if (strcmp(choice, "other") == 0) {
---
> if (choice && strcmp(choice, "other") == 0) {
Le sam 24/09/2005 à 22:28, David Hampton a écrit :
> Log Message:
> -----------
> Convert the default currency preferences over to gconf.
>
> Tags:
> ----
> gnucash-gnome2-dev
>
> Modified Files:
> --------------
> gnucash:
> ChangeLog
> gnucash/src/app-utils:
> global-options.c
> prefs.scm
> gnucash/src/gnome/schemas:
> apps_gnucash_general.schemas
> gnucash/src/gnome-utils:
> dialog-preferences.c
> preferences.glade
> _______________________________________________
> gnucash-patches mailing list
> gnucash-patches at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-patches
More information about the gnucash-patches
mailing list