From 3995beaf6d67b26942a95a540b56eeee5fabc3a5 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sat, 29 Dec 2012 17:57:58 +0100 Subject: [PATCH] [Linux] fixed #101 --- Linux/Tentia.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Linux/Tentia.py b/Linux/Tentia.py index 7e76bdb..c8fff1d 100755 --- a/Linux/Tentia.py +++ b/Linux/Tentia.py @@ -49,6 +49,7 @@ class Tentia: self.timeline.show() def mentions_show(self): + self.controller.unreadMentions(0) self.mentions.show()