mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Andreas Köhler's patch to prevent a patch when trying to edit a
non-existent tax table entry. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12038 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
040fde32a2
commit
d8e74dbc6b
@ -1,5 +1,9 @@
|
|||||||
2005-11-25 David Hampton <hampton@employees.org>
|
2005-11-25 David Hampton <hampton@employees.org>
|
||||||
|
|
||||||
|
* src/business/dialog-tax-table/dialog-tax-table.c: Andreas
|
||||||
|
Köhler's patch to prevent a patch when trying to edit a
|
||||||
|
non-existent tax table entry.
|
||||||
|
|
||||||
* src/register/ledger-core/dialog-dup-trans.c:
|
* src/register/ledger-core/dialog-dup-trans.c:
|
||||||
* src/gnome/glade/register.glade: Fix the duplicate transaction
|
* src/gnome/glade/register.glade: Fix the duplicate transaction
|
||||||
dialog so that the "Enter" key activates the dialog box. Fixes
|
dialog so that the "Enter" key activates the dialog box. Fixes
|
||||||
|
@ -542,6 +542,7 @@ tax_table_delete_table_cb (GtkButton *button, TaxTableWindow *ttw)
|
|||||||
gncTaxTableBeginEdit (ttw->current_table);
|
gncTaxTableBeginEdit (ttw->current_table);
|
||||||
gncTaxTableDestroy (ttw->current_table);
|
gncTaxTableDestroy (ttw->current_table);
|
||||||
ttw->current_table = NULL;
|
ttw->current_table = NULL;
|
||||||
|
ttw->current_entry = NULL;
|
||||||
gnc_resume_gui_refresh ();
|
gnc_resume_gui_refresh ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user