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:
David Hampton
2006-02-13 23:21:09 +00:00
parent b4e25ac2e4
commit f4ee1b4226
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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.
+1 -1
View File
@@ -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);
}