From 03bfa103f1765015a219eeebf2f09698852ceb58 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 18 Apr 2010 17:05:30 -0300 Subject: [PATCH] changed the function signature to be used by PyGTK --- mitterlib/ui/helpers/gtk_messagegrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitterlib/ui/helpers/gtk_messagegrid.py b/mitterlib/ui/helpers/gtk_messagegrid.py index c48a470..050be62 100644 --- a/mitterlib/ui/helpers/gtk_messagegrid.py +++ b/mitterlib/ui/helpers/gtk_messagegrid.py @@ -374,7 +374,7 @@ class MessageGrid(gtk.ScrolledWindow, gobject.GObject): # Class methods #----------------------------------------------------------------------- @staticmethod - def delete(self, message): + def delete(message): """Removes a message from the grid.""" if not hasattr(message, 'grid'): _log.debug('No grid information in the message')