From 2fe711d9e9cf221edca98c35c64ade745fb6ba76 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 20 Dec 2005 20:00:34 +0000 Subject: [PATCH] we can add big smeileys --- src/config.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/config.py b/src/config.py index b54e57d54..d77dc8c20 100644 --- a/src/config.py +++ b/src/config.py @@ -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):