git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15832 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2007-04-06 00:51:42 +00:00
parent 18703684f1
commit bda70ee100

View File

@ -251,7 +251,7 @@ editor_ok_button_clicked( GtkButton *b, GncSxEditorDialog *sxed )
gnc_sxed_save_sx( sxed );
/* add to list */
// @@fixme -- forget 'new'-flag: check for existance.
// @@fixme -- forget 'new'-flag: check for existance of the SX [?]
if ( sxed->newsxP ) {
book = gnc_get_current_book ();
sxes = gnc_book_get_schedxactions(book);