Removed dependency on preferences from status bar

This commit is contained in:
James Booth
2012-06-28 23:18:52 +01:00
parent c6cb13a54f
commit a49f2fbef0
2 changed files with 2 additions and 4 deletions

View File

@@ -184,6 +184,8 @@ void win_show_incomming_msg(const char * const from, const char * const message)
} else {
status_bar_new(win_index);
_cons_show_incoming_message(short_from, win_index);
if (prefs_get_flash())
flash();
}
if (prefs_get_beep())