|
|
@ -729,7 +729,6 @@ class Interface(object): |
|
|
|
def _fill_store(self, store, data): |
|
|
|
def _fill_store(self, store, data): |
|
|
|
"""Using the results from the request, fill a gtk.Store.""" |
|
|
|
"""Using the results from the request, fill a gtk.Store.""" |
|
|
|
for message in data: |
|
|
|
for message in data: |
|
|
|
_log.debug('Data: %s', str(message)) |
|
|
|
|
|
|
|
message.read = False |
|
|
|
message.read = False |
|
|
|
pic = message.avatar |
|
|
|
pic = message.avatar |
|
|
|
if not pic in self._avatars: |
|
|
|
if not pic in self._avatars: |
|
|
|