From 38399f2cae9ffad42c4f2756802bbceaa60d0e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 17 May 2016 15:48:10 +0200 Subject: =?UTF-8?q?Lower=20the=20priority=20of=20the=20=E2=80=9Cjoined?= =?UTF-8?q?=E2=80=9D=20tab=20to=20be=20lower=20than=20the=20=E2=80=9Cmessa?= =?UTF-8?q?ge=E2=80=9D=20ones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #3192 --- src/tabs/basetabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tabs/basetabs.py b/src/tabs/basetabs.py index 618a3064..ca8dafae 100644 --- a/src/tabs/basetabs.py +++ b/src/tabs/basetabs.py @@ -72,9 +72,9 @@ STATE_PRIORITY = { 'disconnected': 0, 'nonempty': 0.1, 'scrolled': 0.5, + 'joined': 0.8, 'composing': 0.9, 'message': 1, - 'joined': 1, 'highlight': 2, 'private': 2, 'attention': 3 -- cgit v1.2.3