Anton Lazarev
2024-04-06 08:15:24 -07:00
parent 34a7651f44
commit 2b972ba035
2 changed files with 3 additions and 3 deletions
+1 -1
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;
}