fix again a wrong commit
This commit is contained in:
parent
45ee0e9a75
commit
1b251aaa4b
1 changed files with 1 additions and 1 deletions
|
@ -1981,7 +1981,7 @@ class ManageEmoticonsWindow:
|
||||||
except:
|
except:
|
||||||
return False
|
return False
|
||||||
t = img.get_storage_type()
|
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 False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue