View | Details | Raw Unified
Collapse All | Expand All

(-) gnucash/trunk/src/gnome-utils/druid-gnc-xml-import.c (-3 / +3 lines)
 Lines 839-844    Link Here 
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) {
 Lines 1150-1154    Link Here 
  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;