Skip to content
Snippets Groups Projects
Commit 3587c673 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Prevent readmarker from showing until called

parent 4c163c28
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ def __init__(self, account, contact): ...@@ -34,6 +34,7 @@ def __init__(self, account, contact):
self.label.get_style_context().add_class( self.label.get_style_context().add_class(
'conversation-read-marker') 'conversation-read-marker')
self.grid.attach(self.label, 0, 0, 1, 1) self.grid.attach(self.label, 0, 0, 1, 1)
self.set_no_show_all(True)
def set_timestamp(self, timestamp): def set_timestamp(self, timestamp):
self.timestamp = timestamp self.timestamp = timestamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment