fix again a wrong commit

This commit is contained in:
Yann Leboulanger 2005-12-25 20:30:23 +00:00
parent 45ee0e9a75
commit 1b251aaa4b
1 changed files with 1 additions and 1 deletions

View File

@ -1981,7 +1981,7 @@ class ManageEmoticonsWindow:
except:
return False
t = img.get_storage_type()
if t not in (gtk.IMAGE_PIXBUF, gtk.IMAGE_ANIMATION)
if t not in (gtk.IMAGE_PIXBUF, gtk.IMAGE_ANIMATION):
return False
return True