[Gnucash-changes] add more notes

Linas Vepstas linas at cvs.gnucash.org
Mon May 31 12:03:49 EDT 2004


Log Message:
-----------
add more notes

Modified Files:
--------------
    gnucash/src/register/ledger-core:
        split-register.h

Revision Data
-------------
Index: split-register.h
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/register/ledger-core/split-register.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -Lsrc/register/ledger-core/split-register.h -Lsrc/register/ledger-core/split-register.h -u -r1.18 -r1.19
--- src/register/ledger-core/split-register.h
+++ src/register/ledger-core/split-register.h
@@ -43,6 +43,12 @@
     crud has snuck in; there's several places where Gnucash Transactions
     and GnuCash Accounts are accessed directly, and that's wrong;
     these should be cleaned up.
+
+    This code is also theoretically independent of the actual GUI
+    toolkit/widget-set (it once worked with both Motif and Gnome).
+    The actual GUI-toolkit specific code is supposed to be in a 
+    GUI portability layer.  Over the years, some gnome-isms may 
+    have snuck in; these should also be cleaned up.
     @{ 
 
     @file split-register.h


More information about the gnucash-changes mailing list