From ca6ee5bae777e59920dd7b018008e2fa5f8a5392 Mon Sep 17 00:00:00 2001 From: jamesbond Date: Sun, 25 Oct 2015 15:40:36 -0200 Subject: stability fixes & add fatdog64 recognition --- shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/shell.c') diff --git a/shell/shell.c b/shell/shell.c index 0f45d227..551f4a7d 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -1640,7 +1640,7 @@ static void shell_summary_clear(ShellSummary *summary) g_slist_free(summary->items); summary->items = NULL; - gtk_widget_destroy(summary->header); + if (summary->header) gtk_widget_destroy(summary->header); summary->header = NULL; } static void shell_summary_create_header(ShellSummary *summary, -- cgit v1.2.3