mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-30 08:08:15 -05:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user