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')