diff options
author | jamesbond <jamesbond@unknown.email.address> | 2015-10-25 15:40:36 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2015-10-25 15:49:33 -0200 |
commit | ca6ee5bae777e59920dd7b018008e2fa5f8a5392 (patch) | |
tree | 03e1923f26ade4d6409b3c6d99d5ce1a74390691 /shell | |
parent | 4f89b7e8cc4419d4916199ddb6e1b8c5c7910d05 (diff) |
stability fixes & add fatdog64 recognition
Diffstat (limited to 'shell')
-rw-r--r-- | shell/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |