r14536 - gnucash/branches/register-rewrite/src/gnome-utils - Update bug notes.

Chris Shoemaker chris at cvs.gnucash.org
Mon Jul 17 22:25:35 EDT 2006


Author: chris
Date: 2006-07-17 22:25:35 -0400 (Mon, 17 Jul 2006)
New Revision: 14536
Trac: http://svn.gnucash.org/trac/changeset/14536

Modified:
   gnucash/branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c
Log:
   Update bug notes.


Modified: gnucash/branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c
===================================================================
--- gnucash/branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c	2006-07-18 02:24:52 UTC (rev 14535)
+++ gnucash/branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c	2006-07-18 02:25:35 UTC (rev 14536)
@@ -22,6 +22,11 @@
  - reorderable columns? solved by gconf
  - column selection? solved by gconf
 
+BUGS:
+  - blank split sometimes appears before other splits
+  - Gtk-CRITICAL **: _gtk_rbtree_reorder: assertion `tree->root->count == 
+      length' failed
+
 */
 /********************************************************************\
  * gnc-tree-view-transaction.c -- GtkTreeView implementation to     *
@@ -1094,7 +1099,7 @@
         tv->priv->dirty_trans = NULL;
     }
 }
-/* Returns TRUE if dialog was cancelled. Does nothing is 'new_trans'
+/* Returns TRUE if dialog was canceled. Does nothing is 'new_trans'
    is the dirty trans. */
 static gboolean
 transaction_changed_confirm(GncTreeViewTransaction *tv,



More information about the gnucash-changes mailing list