mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-05-25 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-column-view.c (gnc_column_view_edit_size_cb): fix bug git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4287 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2001-05-25 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user