Updated themes

This commit is contained in:
James Booth
2015-11-22 00:48:18 +00:00
parent 7a324abcd6
commit b4482b9fe1
6 changed files with 37 additions and 14 deletions

View File

@@ -148,7 +148,7 @@ _rosterwin_resources(ProfLayoutSplit *layout, PContact contact, int current_inde
}
g_string_append(msg, resource->name);
if (prefs_get_boolean(PREF_ROSTER_PRIORITY)) {
g_string_append_printf(msg, " [%d]", resource->priority);
g_string_append_printf(msg, " %d", resource->priority);
}
win_newline_lazy(layout->subwin);
win_print_nowrap(layout->subwin, msg->str, FALSE);