From a30885773f28e93b8bbe716a4ba444e90e3ba4d8 Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 11 Dec 2010 22:38:36 +0100 Subject: [PATCH] fsobject.fsobject: Update previews when file changes --- ranger/fsobject/fsobject.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ranger/fsobject/fsobject.py b/ranger/fsobject/fsobject.py index f9b023d768..bf71ac9460 100644 --- a/ranger/fsobject/fsobject.py +++ b/ranger/fsobject/fsobject.py @@ -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