Merge pull request #81 from pasis/priority

introduce priority support
This commit is contained in:
James Booth
2012-11-13 14:40:24 -08:00
8 changed files with 157 additions and 15 deletions

View File

@@ -914,6 +914,8 @@ cons_prefs(void)
cons_show("Reminder notification period : %d seconds", remind_period);
}
cons_show("Priority : %d", prefs_get_priority());
cons_show("");
if (_curr_prof_win == 0)