mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Clean up after the main preferences dialog is closed.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@9665 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -677,7 +677,6 @@ gnc_option_create_account_widget(GNCOption *option, char *name)
|
||||
GList *acct_type_list;
|
||||
GtkTreeSelection *selection;
|
||||
|
||||
printf("*** In function %s\n", __FUNCTION__);
|
||||
multiple_selection = gnc_option_multiple_selection(option);
|
||||
acct_type_list = gnc_option_get_account_type_list(option);
|
||||
|
||||
@@ -1379,7 +1378,7 @@ gnc_options_dialog_close_cb(GNCOptionWin *propertybox,
|
||||
{
|
||||
GNCOptionWin **options_dialog = user_data;
|
||||
|
||||
gtk_widget_destroy (propertybox->dialog);
|
||||
gnc_options_dialog_destroy(propertybox);
|
||||
|
||||
*options_dialog = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user