Reimplement the account add and account edit dialogs using glade.

Consolidate the gui-driving code into dialog-account.[ch].
The old implementations in dialog-edit.[ch] and dialog-add.[ch]
are obsolete.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2656 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-08-10 05:28:28 +00:00
parent 2ade553281
commit 8c5b0a3391
24 changed files with 2230 additions and 2262 deletions
+7
View File
@@ -1,3 +1,10 @@
2000-08-09 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-utils.c: remove unused code
* src/gnome/dialog-account.c: new file implementing the
consolidated account add and account edit windows using glade.
2000-08-07 Dave Peticolas <dave@krondo.com>
* src/register/*.c: Use glib memory allocation routines.