From 0c45ec7cb78ca558b909eb956774a952da780382 Mon Sep 17 00:00:00 2001
From: Mooffie <mooffie@gmail.com>
Date: Sun, 24 Jan 2016 16:49:43 +0200
Subject: [PATCH] Cannot set mini-format for "brief" listing type.
---
src/filemanager/cmd.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/filemanager/cmd.c b/src/filemanager/cmd.c
index 000af6f..1110d0c 100644
a
|
b
|
configure_panel_listing (WPanel * p, int list_type, int brief_cols, int use_msfo |
476 | 476 | |
477 | 477 | if (list_type == list_brief) |
478 | 478 | p->brief_cols = brief_cols; |
479 | | else if (list_type == list_user || use_msformat) |
| 479 | |
| 480 | if (list_type == list_user || use_msformat) |
480 | 481 | { |
481 | 482 | g_free (p->user_format); |
482 | 483 | p->user_format = *user; |