diff --git a/ChangeLog b/ChangeLog index af02ec5dff..40850d163e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-05-25 Dave Peticolas + * src/gnome/dialog-column-view.c (gnc_column_view_edit_size_cb): + fix bug + * src/scm/report/transaction-report.scm: default to sign-reverse credit accounts. fix i18n bug. diff --git a/src/gnome/dialog-column-view.c b/src/gnome/dialog-column-view.c index e5ff29ab33..5d9f810e5c 100644 --- a/src/gnome/dialog-column-view.c +++ b/src/gnome/dialog-column-view.c @@ -464,11 +464,12 @@ gnc_column_view_edit_size_cb(GtkButton * button, gpointer user_data) { dlg_ret = gnome_dialog_run_and_close(GNOME_DIALOG(dlg)); if(dlg_ret == 0) { - current = SCM_LIST3(gh_car(current), + current = SCM_LIST4(gh_car(current), gh_int2scm(gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON(colspin))), gh_int2scm(gtk_spin_button_get_value_as_int - (GTK_SPIN_BUTTON(rowspin)))); + (GTK_SPIN_BUTTON(rowspin))), + SCM_BOOL_F); scm_unprotect_object(r->contents_list); r->contents_list = scm_list_set_x(r->contents_list, gh_int2scm(r->contents_selected),