From fd40013fc43c1051c7199fd148b1e2fce54905a7 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 8 Jan 2010 11:59:47 -0200 Subject: [PATCH] Removed tag to remove the dancing in the grid when a message is marked as read. --- mitterlib/ui/ui_pygtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitterlib/ui/ui_pygtk.py b/mitterlib/ui/ui_pygtk.py index 25ac02d..8f1d55a 100644 --- a/mitterlib/ui/ui_pygtk.py +++ b/mitterlib/ui/ui_pygtk.py @@ -593,7 +593,7 @@ class Interface(object): # message) if not data.read: - read_status = '' + read_status = ' ●' else: read_status = ''