small fix om emoticons_treemodel_row_changed
This commit is contained in:
parent
be74122555
commit
d2f546403b
1 changed files with 9 additions and 8 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue