Removed ui_unread

This commit is contained in:
James Booth
2015-11-02 21:14:55 +00:00
parent 7f5b563a81
commit 84adec83f9
4 changed files with 2 additions and 13 deletions

View File

@@ -149,7 +149,7 @@ notify_remind(void)
gdouble elapsed = g_timer_elapsed(remind_timer, NULL);
gint remind_period = prefs_get_notify_remind();
if (remind_period > 0 && elapsed >= remind_period) {
gint unread = ui_unread();
gint unread = wins_get_total_unread();
gint open = muc_invites_count();
gint subs = presence_sub_request_count();