remove 2 unneeded lines
This commit is contained in:
parent
8ac67fef09
commit
217aeb2d18
|
@ -726,8 +726,6 @@ class Interface:
|
||||||
emot_file = gajim.config.get_per('emoticons', emot, 'path')
|
emot_file = gajim.config.get_per('emoticons', emot, 'path')
|
||||||
if not self.image_is_ok(emot_file):
|
if not self.image_is_ok(emot_file):
|
||||||
continue
|
continue
|
||||||
img = gtk.Image()
|
|
||||||
img.set_from_file(emot_file)
|
|
||||||
self.emoticons[emot] = emot_file
|
self.emoticons[emot] = emot_file
|
||||||
|
|
||||||
# update regular expressions
|
# update regular expressions
|
||||||
|
|
Loading…
Reference in New Issue