Skip to content

Commit

Permalink
fsobject.fsobject: Update previews when file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hut committed Dec 11, 2010
1 parent 9e89f02 commit a308857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ranger/fsobject/fsobject.py
Expand Up @@ -181,6 +181,7 @@ def load(self):
filesystem and caches it for later use
"""

self.fm.update_preview(self.path)
self.loaded = True

# Get the stat object, either from preload or from [l]stat
Expand Down

0 comments on commit a308857

Please sign in to comment.