EmilyDirsh / hotwire-shell

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

fix filesystem icons #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to properly hook up to signals for when icons appear.

Ideally, we would also change File to not be a GObject but instead have
some sort of signalling hook that doesn't create a strong reference.  Or
perhaps make Filesystem have a queue of changed files that interested
objects can listen to.

Original issue reported on code.google.com by cgwalt...@gmail.com on 21 Dec 2007 at 7:38

GoogleCodeExporter commented 9 years ago
Hopefully fixed by:

Committed r547
    M   hotwire/sysdep/fs.py
    M   hotwire/sysdep/fs_impl/fs_gnomevfs.py
    M   hotwire_ui/completion.py
    M   hotwire_ui/render.py
    M   hotwire_ui/renderers/file.py
r547 = 246b37cf2bfdf93e7acf533ee52c9d24f8215fd0 (git-svn)

Original comment by cgwalt...@gmail.com on 22 Dec 2007 at 8:40