|
|
gxi_update_summary_label (GncXmlImportData *data) | gxi_update_summary_label (GncXmlImportData *data) |
{ | { |
gchar *string; |
gchar *string=NULL; |
gboolean show; |
gboolean show=FALSE; |
| |
if (data->n_unassigned) { | if (data->n_unassigned) { |
|
|
gboolean is_active; | gboolean is_active; |
ambiguous_type *amb; | ambiguous_type *amb; |
conv_type *prev_conv, *curr_conv; |
conv_type *prev_conv, *curr_conv=NULL; |
gpointer ptr; | gpointer ptr; |
GQuark prev_enc, curr_enc; | GQuark prev_enc, curr_enc; |