mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge branch 'bi-import-segfault' into stable #1899
This commit is contained in:
commit
cde6b095c0
@ -68,7 +68,7 @@
|
|||||||
g_strstrip( temp ); \
|
g_strstrip( temp ); \
|
||||||
gtk_list_store_set (store, &iter, column, temp, -1); \
|
gtk_list_store_set (store, &iter, column, temp, -1); \
|
||||||
g_free (temp); \
|
g_free (temp); \
|
||||||
}
|
} else gtk_list_store_set (store, &iter, column, "", -1);
|
||||||
|
|
||||||
static QofLogModule log_module = G_LOG_DOMAIN; //G_LOG_BUSINESS;
|
static QofLogModule log_module = G_LOG_DOMAIN; //G_LOG_BUSINESS;
|
||||||
static char * un_escape(char *str);
|
static char * un_escape(char *str);
|
||||||
|
Loading…
Reference in New Issue
Block a user