Opened 11 years ago
Closed 11 years ago
#10453 closed bug (fixed)
BAppFileInfo needs adjustments to work correctly with private mime databases
Reported by: | anevilyak | Owned by: | bonefish |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | Kits/Storage Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
As implemented currently, BAppFileInfo::{Get,Set}SupportedTypes()
and BAppFileInfo::{Get,Set}IconForType()
always use the system MIME database. This can be problematic however, if e.g. one intends to use mimeset -m
to write to a custom database instead. As such, additional versions of these calls would need to be added that allow the caller to specify the database to use in addition to their usual parameters.
Change History (2)
comment:1 by , 11 years ago
Status: | new → in-progress |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev46762.