when we press cancel we don't update the emoticons
This commit is contained in:
parent
f4b341d435
commit
589adbbedc
|
@ -1774,6 +1774,7 @@ class ManageEmoticonsWindow:
|
|||
if self.image_is_ok(file):
|
||||
ok = True
|
||||
else:
|
||||
file = None
|
||||
ok = True
|
||||
dialog.destroy()
|
||||
if file:
|
||||
|
|
Loading…
Reference in New Issue