summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 08b998eb..e008eb5a 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -792,7 +792,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
             pager.set_image(self.thisfile.realpath)
         else:
             f = self.thisfile.get_preview_source(pager.wid, pager.hei)
-            if self.thisfile.is_image_preview:
+            if self.thisfile.is_image_preview():
                 pager.set_image(f)
             else:
                 pager.set_source(f)