summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-01-21 19:45:19 +0100
committermathieui <mathieui@mathieui.net>2013-01-21 19:45:19 +0100
commit6a81c021e18365c15703db868a9904eb196c7e03 (patch)
tree331776a85d628c6a45f28d3c0600caaa0379e98f /src/tabs.py
parent43e01ce4a6b7aca0bd26af5b432449afc4817b90 (diff)
downloadpoezio-6a81c021e18365c15703db868a9904eb196c7e03.tar.gz
poezio-6a81c021e18365c15703db868a9904eb196c7e03.tar.bz2
poezio-6a81c021e18365c15703db868a9904eb196c7e03.tar.xz
poezio-6a81c021e18365c15703db868a9904eb196c7e03.zip
Fix it for real.
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 4b1a695b..2e39988d 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -789,7 +789,7 @@ class MucTab(ChatTab):
last_message = self._text_buffer.last_message
if last_message:
return last_message.time
- return 0
+ return None
@refresh_wrapper.always
def go_to_next_hl(self):