Skip to content

Commit

Permalink
fixed bug #201
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanolx committed Jan 24, 2016
1 parent d8e5b18 commit d0fd645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/news.texi
Expand Up @@ -41,6 +41,8 @@ if no user ini exists
including BashStyle-NG and Bash Programmable Completion.

@item #200 (dd_opts): ensure setting DD_OPTS is properly done.

@item #201 (ls_colors): setting Tar/XZ color from UI didn't work.
@end itemize

@item Configuration File Changes
Expand Down
1 change: 1 addition & 0 deletions ui/bs-ng.py
Expand Up @@ -260,6 +260,7 @@ def __init__(self):
WidgetHandler.InitWidget("ls_tar", "LSColors", "tar", "combo", dicts.ls_colors)
WidgetHandler.InitWidget("ls_targz", "LSColors", "targz", "combo", dicts.ls_colors)
WidgetHandler.InitWidget("ls_tarbz2", "LSColors", "tarbz2", "combo", dicts.ls_colors)
WidgetHandler.InitWidget("ls_tarxz", "LSColors", "tarxz", "combo", dicts.ls_colors)
WidgetHandler.InitWidget("ls_zip", "LSColors", "zip", "combo", dicts.ls_colors)
WidgetHandler.InitWidget("ls_rar", "LSColors", "rar", "combo", dicts.ls_colors)
WidgetHandler.InitWidget("ls_link", "LSColors", "link", "combo", dicts.ls_colors)
Expand Down

0 comments on commit d0fd645

Please sign in to comment.