[Gnucash-changes] Defensive input-value handling to fix segvs in autocomplete with

Joshua Sled jsled at cvs.gnucash.org
Fri Oct 7 21:04:57 EDT 2005


Log Message:
-----------
Defensive input-value handling to fix segvs in autocomplete with register comboboxes.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
        GNOME2_STATUS

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.314
retrieving revision 1.1487.2.315
diff -LChangeLog -LChangeLog -u -r1.1487.2.314 -r1.1487.2.315
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,11 @@
 2005-10-07  Joshua Sled  <jsled at asynchronous.org>
 
+	* src/register/register-gnome/gnucash-item-list.c
+	(tree_view_selection_changed): Condition handling; avoid a set of
+	setfaults in use of the auto-complete.
+
+2005-10-07  Joshua Sled  <jsled at asynchronous.org>
+
 	Patch from Chris Shoemaker <c.shoemaker at cox.net>:
 	* src/engine/Account.[ch]: Refactoring of
 	account-*-balance(as-of-date) code.
Index: GNOME2_STATUS
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/Attic/GNOME2_STATUS,v
retrieving revision 1.1.2.70
retrieving revision 1.1.2.71
diff -LGNOME2_STATUS -LGNOME2_STATUS -u -r1.1.2.70 -r1.1.2.71
--- GNOME2_STATUS
+++ GNOME2_STATUS
@@ -120,10 +120,6 @@
 
   - doesn't remember custom check formats.
 
-  - typing into an in-progress auto-completion field appends (in the middle
-    of the string) rather than replaces the selection portion, at least in
-    the account cells of the SX template.
-
 - Reconcile
 
   - Crash after initial value-prompting dialog:


More information about the gnucash-changes mailing list