Browse Source

changed the function signature to be used by PyGTK

master
Julio Biason 14 years ago
parent
commit
03bfa103f1
  1. 2
      mitterlib/ui/helpers/gtk_messagegrid.py

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

Loading…
Cancel
Save