Bug fix in budget dialog.

Remove gmakeism from build system.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2526 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.6
Dave Peticolas 26 years ago
parent 17b2105bf1
commit 4c894d7fca

@ -1,5 +1,7 @@
2000-06-28 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-budget.c (entry_down_button_clicked): bug fix.
* src/gnome/dialog-options.c: implement font options.
* src/scm/prefs.scm: add options for the register fonts.

@ -811,6 +811,8 @@ entry_down_button_clicked(GtkButton *button, BudgetDialog *bd)
if (sibling == NULL)
return;
sibling = get_next_sibling_node(bd, sibling);
gtk_ctree_move(ctree, node, parent, sibling);
if (gtk_ctree_node_is_visible(ctree, node) != GTK_VISIBILITY_FULL)
gtk_ctree_node_moveto(ctree, node, 0, 0.5, 0);

Loading…
Cancel
Save