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
This commit is contained in:
Dave Peticolas
2000-06-29 07:05:56 +00:00
parent 17b2105bf1
commit 4c894d7fca
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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.
+2
View File
@@ -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);