|
|
@ -374,7 +374,7 @@ class MessageGrid(gtk.ScrolledWindow, gobject.GObject): |
|
|
|
# Class methods |
|
|
|
# Class methods |
|
|
|
#----------------------------------------------------------------------- |
|
|
|
#----------------------------------------------------------------------- |
|
|
|
@staticmethod |
|
|
|
@staticmethod |
|
|
|
def delete(self, message): |
|
|
|
def delete(message): |
|
|
|
"""Removes a message from the grid.""" |
|
|
|
"""Removes a message from the grid.""" |
|
|
|
if not hasattr(message, 'grid'): |
|
|
|
if not hasattr(message, 'grid'): |
|
|
|
_log.debug('No grid information in the message') |
|
|
|
_log.debug('No grid information in the message') |
|
|
|