diff --git a/src/doc/sx.rst b/src/doc/sx.rst index dd230a40d7..e437a4672c 100644 --- a/src/doc/sx.rst +++ b/src/doc/sx.rst @@ -56,7 +56,7 @@ TODO ! - [ ] with SLR open (with instances), add variables to SX; only newly-created instances will have appropriate variable tables. - - [ ] created/review txns disappear, eventual crash [ve20070303]_ + - [x] created/review txns disappear, eventual crash [ve20070303]_ ! - [x] auto-create (+notify) txns not in review list. [ve20070209]_ @@ -105,7 +105,7 @@ TODO - [#] type+ui-type -> type - use Recurrence instead of FreqSpec - - [ ] sx-from-trans, +! - [ ] sx-from-trans, ! - [x] XML migration, handling - xml:freqSpec -> obj:Recurrence - [x] none (Recurrence doesn't support) diff --git a/src/gnome/dialog-sx-since-last-run.c b/src/gnome/dialog-sx-since-last-run.c index a1e340b8be..42a8ae8927 100644 --- a/src/gnome/dialog-sx-since-last-run.c +++ b/src/gnome/dialog-sx-since-last-run.c @@ -1071,10 +1071,8 @@ dialog_response_cb(GtkDialog *dialog, gint response_id, GncSxSinceLastRunDialog if (gtk_toggle_button_get_active(app_dialog->review_created_txns_toggle) && g_list_length(app_dialog->created_txns) > 0) { - _show_created_transactions(app_dialog, app_dialog->created_txns); } - g_list_foreach(app_dialog->created_txns, (GFunc)guid_free, NULL); g_list_free(app_dialog->created_txns); app_dialog->created_txns = NULL;