avatar size (when the original one is too big) is now 125x125 instead of 48x48

This commit is contained in:
Yann Leboulanger 2006-05-07 19:00:38 +00:00
parent 086f65534f
commit 5748b3c276
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class VcardWindow:
# get the image at 'notification size'
# and use that user did not specify in ACE crazy size
scaled_pixbuf = gtkgui_helpers.get_scaled_pixbuf(pixbuf,
'notification')
'tooltip')
except gobject.GError, msg: # unknown format
# msg should be string, not object instance
msg = str(msg)