summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio/windows/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/windows/image.py b/poezio/windows/image.py
index aeff7307..57bbec71 100644
--- a/poezio/windows/image.py
+++ b/poezio/windows/image.py
@@ -27,7 +27,7 @@ class ImageWin(Win):
self._resize(height, width, y, x)
if self._image is None:
return
- _display_avatar(width, height)
+ self._display_avatar(width, height)
def refresh(self, data):
self._win.clear()