Ticket #2774 (closed defect: fixed)
Suggestion to remove 'Texinfo' entrie from mc.ext.
Reported by: | gavenkoa | Owned by: | andrew_b |
---|---|---|---|
Priority: | trivial | Milestone: | 4.8.3 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description
This lines from $MCROOT/misc/mc.ext.in:
# Texinfo regex/\.(te?xi|texinfo)$
introduced by patch:
+# Texinfo +regex/\.(te?xi)|(texinfo)$ + Icon=tex.xpm
As Icon keyword no longer used this pattern become alone (without any command):
regex/\.(te?xi)|(texinfo)$
I suggest to remove 'Texinfo' entrie from mc.ext.
Change History
comment:2 Changed 13 years ago by andrew_b
- Owner set to andrew_b
- Priority changed from major to trivial
- Status changed from new to accepted
- Milestone changed from Future Releases to 4.8.3
comment:3 Changed 13 years ago by andrew_b
- Status changed from accepted to testing
- Type changed from enhancement to defect
- Votes for changeset set to committed-master committed-stable
- Resolution set to fixed
- Branch state changed from no branch to merged
master: [e63fc08b2aa43c73afcbe70c0703d87aa2f7e1fa]
4.8.1-stable: [22785c8823558e069b1bb577f0df588cc3976235]
Note: See
TracTickets for help on using
tickets.
Main reason for such suggestion is a unexpected situation when I read /etc/mc/mc.ext and I assume that empty rule is special syntax for something but it is only empty rule.