mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-06 03:07:03 -05:00
Unregister option dialogs from gui component list while destroying.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16102 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1485,6 +1485,8 @@ gnc_options_dialog_destroy(GNCOptionWin * win)
|
||||
{
|
||||
if (!win) return;
|
||||
|
||||
gnc_unregister_gui_component_by_data(DIALOG_OPTIONS_CM_CLASS, win);
|
||||
|
||||
gtk_widget_destroy(win->dialog);
|
||||
|
||||
if(win->tips) {
|
||||
|
||||
Reference in New Issue
Block a user