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
zzzoldfeatures/dogtail
Andreas Köhler 19 years ago
parent 1e327c3f2b
commit 193b0cd6a8

@ -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) {

Loading…
Cancel
Save