small fix om emoticons_treemodel_row_changed

This commit is contained in:
bigpod 2005-03-09 13:32:33 +00:00
parent be74122555
commit d2f546403b

View file

@ -268,6 +268,7 @@ class preferences_window:
self.plugin.roster.mkemoticons() self.plugin.roster.mkemoticons()
def on_emoticons_treemodel_row_changed(self, model, path, iter): def on_emoticons_treemodel_row_changed(self, model, path, iter):
if model[path][1] != None and len(model[path][1]) != 0:
iter = model.get_iter_first() iter = model.get_iter_first()
emots = [] emots = []
while iter: while iter: