EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

Icons get cut off randomly with ls *.<format> #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Do ls. Icons beside the file type will appear okay.
2. (will be using .txt as example) do ls *.txt. Icons will be cut off. It
might happen not from the first time - do it several times. Sometimes it
cuts off, sometimes it doesn't.
3.

What is the expected output? What do you see instead?
Normal icons, like ls by itself always shows.

What version of the product are you using? On what operating system?
hotwire 0.699, svn edition from the .zip. Ubuntu 7.10

Please provide any additional information below.
I can provide a screenshot if needed.

Original issue reported on code.google.com by Vadimu...@gmail.com on 25 Dec 2007 at 4:30

GoogleCodeExporter commented 9 years ago
I think this one may be that we aren't properly signaling changes in the tree 
model
when we get the icon info.  It happens more often on smaller listings because 
it's
more likely that we won't have any icon, so the column will be sized minimally.

Original comment by cgwalt...@gmail.com on 27 Dec 2007 at 10:39

GoogleCodeExporter commented 9 years ago
I think this one is fixed now.

Committed r593
    M   hotwire/sysdep/fs.py
    M   hotwire_ui/render.py
    M   hotwire_ui/renderers/file.py
r593 = 705a17036945b7e933a6b34654e89885b48155ed (git-svn)

Original comment by cgwalt...@gmail.com on 1 Jan 2008 at 7:56