Anton Lazarev
2023-12-13 16:08:04 -08:00
parent 34a7651f44
commit 2b972ba035
2 changed files with 3 additions and 3 deletions

View File

@@ -414,7 +414,7 @@ dispose (GObject *object)
g_clear_object (&self->record_store);
if (self->account_overview) {
gtk_widget_destroy (GTK_WIDGET (self->account_overview));
gtk_window_destroy (GTK_WINDOW (self->account_overview));
self->account_overview = NULL;
}