mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix if clause
Spotted by Kevin Hale Boyes
This commit is contained in:
@@ -452,8 +452,10 @@ gnc_split_reg_dispose(GObject *obj)
|
||||
gsr->filter_text = NULL;
|
||||
|
||||
if (gsr->reg)
|
||||
{
|
||||
g_signal_handlers_disconnect_by_data (gsr->reg, gsr);
|
||||
gtk_widget_destroy (GTK_WIDGET (gsr->reg));
|
||||
}
|
||||
gsr->reg = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user