little bugfix

This commit is contained in:
Yann Leboulanger 2005-03-14 22:26:02 +00:00
parent 96c97295e1
commit 9423915012
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ class preferences_window:
self.xml.get_widget('set_image_button'),\
self.xml.get_widget('emoticons_image')])
def on_emoticons_treemodel_row_deleted(self, model, path, iter):
def on_emoticons_treemodel_row_deleted(self, model, path):
iter = model.get_iter_first()
emots = []
while iter: