diff options
-rw-r--r-- | shell/shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/shell.c b/shell/shell.c index 106f6722..5e13bde6 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -1049,6 +1049,7 @@ static void set_view_type(ShellViewType viewtype, gboolean reload) #endif close_note(NULL, NULL); + detail_view_clear(shell->detail_view); switch (viewtype) { default: |