Merge branch '3588_mini_format'

* 3588_mini_format:
  Ticket #2588: cannot set mini-format for "brief" listing type.
This commit is contained in:
Andrew Borodin 2016-01-28 16:28:47 +03:00
commit 20bf50e776
1 changed files with 2 additions and 1 deletions

View File

@ -476,7 +476,8 @@ configure_panel_listing (WPanel * p, int list_type, int brief_cols, int use_msfo
if (list_type == list_brief)
p->brief_cols = brief_cols;
else if (list_type == list_user || use_msformat)
if (list_type == list_user || use_msformat)
{
g_free (p->user_format);
p->user_format = *user;