From 9423915012b33dc4ab31c0d30c9650dfc52e6309 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 14 Mar 2005 22:26:02 +0000 Subject: [PATCH] little bugfix --- plugins/gtkgui/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py index 0f173ecc9..e7c580519 100644 --- a/plugins/gtkgui/config.py +++ b/plugins/gtkgui/config.py @@ -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: