Skip to content

Commit

Permalink
Oops, bailed on failure when finding the dialog box buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Aug 8, 2021
1 parent 86d7637 commit e8f855e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnucash/gnome-utils/dialog-options.cpp
Expand Up @@ -261,13 +261,13 @@ dialog_changed_internal (GtkWidget *widget, bool sensitive)
_("_Close"));
}
g_list_free (children);
}
break; // Found the button-box, no need to continue.
}
g_list_free (children);
}
g_list_free (children);
break; // Found the box, no need to continue.
}
}
g_list_free (children);
}
}
Expand Down

0 comments on commit e8f855e

Please sign in to comment.