diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py index 527c2993e..30f46a0f6 100644 --- a/src/gtkgui_helpers.py +++ b/src/gtkgui_helpers.py @@ -458,7 +458,7 @@ def _get_fade_color(treeview, selected, focused): def get_scaled_pixbuf(pixbuf, kind): '''returns scaled pixbuf, keeping ratio etc or None - kind is either "chat" or "roster" or "notification" or "tooltip"''' + kind is either "chat", "roster", "notification", "tooltip", "vcard"''' # resize to a width / height for the avatar not to have distortion # (keep aspect ratio)