Opened 12 years ago
Closed 12 years ago
#9444 closed bug (fixed)
[setmime] misbehaves if not all args are specified
Reported by: | ttcoder | Owned by: | siarzhuk |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | setmime | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Calling setmime -add to create a Tracker attribute column, without filling out all the arguments, results in "scratch" values (instead of default values) for these.
For instance, column width is set to "4029" pixels (!) if the -attrWidth argument is not used.
In BeOS, setmime (or maybe the registrar counterpart it talked to) gracefully set fall-back values.
Change History (4)
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Steps:
Expected:
Actual:
Things fare better if you specify most/all args as in e.g.
but setmime should at least assign "0" rather than random values if not.
EDIT: forgot to mention this ticket might be the root cause of #9434