[Gnucash-changes] r14098 - gnucash/trunk - Scott Oonk's patch to activate forward button in XML import druid after having decided on each ambiguous string. Fix #342050.

Andreas Köhler andi5 at cvs.gnucash.org
Wed May 17 17:54:46 EDT 2006


Author: andi5
Date: 2006-05-17 17:54:45 -0400 (Wed, 17 May 2006)
New Revision: 14098
Trac: http://svn.gnucash.org/trac/changeset/14098

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/druid-gnc-xml-import.c
Log:
Scott Oonk's patch to activate forward button in XML import druid after having decided on each ambiguous string. Fix #342050.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-17 15:25:46 UTC (rev 14097)
+++ gnucash/trunk/ChangeLog	2006-05-17 21:54:45 UTC (rev 14098)
@@ -1,3 +1,9 @@
+2006-05-17  Andreas Köhler  <andi5.py at gmx.net>
+
+	* src/gnome-utils/druid-gnc-xml-import.c: Scott Oonk's patch to
+	  activate forward button in XML import druid after having decided
+	  on each ambiguous string. Fix #342050.
+
 2006-05-16  Derek Atkins  <derek at ihtfp.com>
 
 	* lib/libqof/qof/gnc-date.c:

Modified: gnucash/trunk/src/gnome-utils/druid-gnc-xml-import.c
===================================================================
--- gnucash/trunk/src/gnome-utils/druid-gnc-xml-import.c	2006-05-17 15:25:46 UTC (rev 14097)
+++ gnucash/trunk/src/gnome-utils/druid-gnc-xml-import.c	2006-05-17 21:54:45 UTC (rev 14098)
@@ -1194,6 +1194,7 @@
            encoding, for the first time. previous selection is invalid now */
         data->n_unassigned--;
         gxi_update_summary_label (data);
+        gxi_update_conversion_forward (data);
       }
     }
     else {
@@ -1206,6 +1207,7 @@
            encoding, for the first time. no previous selection */
         data->n_unassigned--;
         gxi_update_summary_label (data);
+        gxi_update_conversion_forward (data);
       }
     }
   }
@@ -1219,6 +1221,7 @@
            default encoding */
         data->n_unassigned++;
         gxi_update_summary_label (data);
+        gxi_update_conversion_forward (data);
       }
     }
     /* the missing else clause means pure ignorance of this dialog ;-) */



More information about the gnucash-changes mailing list