mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fixes from rob browning
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1127 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
29ce8cce88
commit
76fae032fd
@ -45,6 +45,7 @@
|
|||||||
#define SET(cell,str) { \
|
#define SET(cell,str) { \
|
||||||
if ((cell)->value) free ((cell)->value); \
|
if ((cell)->value) free ((cell)->value); \
|
||||||
(cell)->value = strdup (str); \
|
(cell)->value = strdup (str); \
|
||||||
|
(cell)->changed = 0xffffffff; \
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct _PopBox {
|
typedef struct _PopBox {
|
||||||
|
Loading…
Reference in New Issue
Block a user