about summary refs log tree commit diff stats
path: root/src/ui_windows.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-31 23:49:29 +0000
committerJames Booth <boothj5@gmail.com>2013-01-31 23:49:29 +0000
commit029a0161035778c3e2803f44cfda4b4cb801ceb5 (patch)
tree03f20fad114ed37effc0ca836a61eb6e2803da91 /src/ui_windows.c
parentb397a8c53e05f6b3fd2cc4a994e7176c354bb5b9 (diff)
downloadprofani-tty-029a0161035778c3e2803f44cfda4b4cb801ceb5.tar.gz
Completed presence priority changes
Diffstat (limited to 'src/ui_windows.c')
-rw-r--r--src/ui_windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_windows.c b/src/ui_windows.c
index 3f584716..d2e69ee1 100644
--- a/src/ui_windows.c
+++ b/src/ui_windows.c
@@ -1276,8 +1276,8 @@ cons_show_account(ProfAccount *account)
     if (account->login_presence != NULL) {
         cons_show   ("Login presence    : %s", account->login_presence);
     }
-    cons_show       ("Priority (online) : %d", account->priority_online);
     cons_show       ("Priority (chat)   : %d", account->priority_chat);
+    cons_show       ("Priority (online) : %d", account->priority_online);
     cons_show       ("Priority (away)   : %d", account->priority_away);
     cons_show       ("Priority (xa)     : %d", account->priority_xa);
     cons_show       ("Priority (dnd)    : %d", account->priority_dnd);