we can add big smeileys

This commit is contained in:
Yann Leboulanger 2005-12-20 20:00:34 +00:00
parent c557a2c51b
commit 2fe711d9e9
1 changed files with 0 additions and 4 deletions

View File

@ -1988,10 +1988,6 @@ class ManageEmoticonsWindow:
pix = img.get_animation().get_static_image()
else:
return False
if pix.get_width() > 24 or pix.get_height() > 24:
dialogs.ErrorDialog(_('Image is too big'), _('Image for emoticon has to be less than or equal to 24 pixels in width and 24 in height.')).get_response()
return False
return True
def fill_emot_treeview(self):