r16298 - gnucash/branches/register-rewrite/src/gnome-utils - Switched "Price" and "Amt" headers back to their original columns.

Jeff Green jeff at cvs.gnucash.org
Wed Jul 11 21:53:25 EDT 2007


Author: jeff
Date: 2007-07-11 21:53:24 -0400 (Wed, 11 Jul 2007)
New Revision: 16298
Trac: http://svn.gnucash.org/trac/changeset/16298

Modified:
   gnucash/branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c
Log:
Switched "Price" and "Amt" headers back to their original columns.


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	2007-07-12 01:21:27 UTC (rev 16297)
+++ gnucash/branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c	2007-07-12 01:53:24 UTC (rev 16298)
@@ -151,7 +151,7 @@
      "R", "recn", "x", -1,
      gtvt_edited_cb, NULL, NULL},
     {COL_AMOUNT, -1,
-     "Price", "amount", "xxxxxx", -1, //Changed COL_AMOUNT header to "Price" (JG)
+     "Amt", "amount", "xxxxxx", -1,
      gtvt_edited_cb, get_editable_start_editing_cb, NULL},
     {COL_VALUE, -1,
      "Val", "value", "xxxxxx", -1,
@@ -168,7 +168,7 @@
      "Balance", "balance", "xxxxxxx", -1,
      NULL, NULL, NULL},
     {COL_RATE, -1,
-     "Amt", "price", "xxxxxx", -1, //Changed COL_RATE header to "Amt" (JG)
+     "Price", "price", "xxxxxx", -1,
      gtvt_edited_cb, get_editable_start_editing_cb,
      NULL},
     {COL_TYPE, -1,



More information about the gnucash-changes mailing list