mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
The issue this code solved was that setting the proxy icon via represented file before a file actually exists on disk would lead to no icon so we would have to update it again after a successful save. This however is already done (by the save callback passed in).