|
|
|
@ -635,13 +635,6 @@ class Interface(object):
|
|
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
|
def _cell_renderer_options(self, column, cell, store, position): |
|
|
|
|
"""Callback for the options renderer. Adds the delete icon if the |
|
|
|
|
message belongs to the user or reply if not.""" |
|
|
|
|
data = store.get_value(position, 0) |
|
|
|
|
cell.set_property('pixbuf', self._reply_pixbuf) |
|
|
|
|
return |
|
|
|
|
|
|
|
|
|
# ------------------------------------------------------------ |
|
|
|
|
# Helper functions |
|
|
|
|
# ------------------------------------------------------------ |
|
|
|
|