From 3ce4454282c4c78e139891ddf8248dbfed4e2090 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 18 May 2014 19:29:59 +0200 Subject: Use simple chars for PEP mood/activity/gaming --- src/theming.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/theming.py b/src/theming.py index 093fa553..9820addf 100755 --- a/src/theming.py +++ b/src/theming.py @@ -307,9 +307,9 @@ class Theme(object): CHAR_ROSTER_ERROR = '✖' CHAR_ROSTER_TUNE = '♪' CHAR_ROSTER_ASKED = '?' - CHAR_ROSTER_ACTIVITY = '☃' - CHAR_ROSTER_MOOD = '☺' - CHAR_ROSTER_GAMING = '♠' + CHAR_ROSTER_ACTIVITY = 'A' + CHAR_ROSTER_MOOD = 'M' + CHAR_ROSTER_GAMING = 'G' CHAR_ROSTER_FROM = '←' CHAR_ROSTER_BOTH = '↔' CHAR_ROSTER_TO = '→' -- cgit v1.2.3