avatar size (when the original one is too big) is now 125x125 instead of 48x48
This commit is contained in:
parent
086f65534f
commit
5748b3c276
|
@ -175,7 +175,7 @@ class VcardWindow:
|
||||||
# get the image at 'notification size'
|
# get the image at 'notification size'
|
||||||
# and use that user did not specify in ACE crazy size
|
# and use that user did not specify in ACE crazy size
|
||||||
scaled_pixbuf = gtkgui_helpers.get_scaled_pixbuf(pixbuf,
|
scaled_pixbuf = gtkgui_helpers.get_scaled_pixbuf(pixbuf,
|
||||||
'notification')
|
'tooltip')
|
||||||
except gobject.GError, msg: # unknown format
|
except gobject.GError, msg: # unknown format
|
||||||
# msg should be string, not object instance
|
# msg should be string, not object instance
|
||||||
msg = str(msg)
|
msg = str(msg)
|
||||||
|
|
Loading…
Reference in New Issue