mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-30 08:08:15 -05:00
Andreas Köhler's patch to prevent crash when voiding a transaction.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13258 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2006-02-13 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome/gnc-plugin-page-register.c: Andreas Köhler's patch to
|
||||
prevent crash when voiding a transaction.
|
||||
|
||||
* src/gnome/glade/sched-xact.glade:
|
||||
* src/gnome/glade/account.glade: Andreas Köhler's patch to wrap
|
||||
label text in a couple of dialogs.
|
||||
|
||||
@@ -1841,7 +1841,7 @@ gnc_plugin_page_register_cmd_void_transaction (GtkAction *action,
|
||||
|
||||
/* All done. Get rid of it. */
|
||||
gtk_widget_destroy(dialog);
|
||||
g_free(xml);
|
||||
g_object_unref(xml);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user