about summary refs log tree commit diff stats
path: root/src/window_list.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-01-25 00:19:26 +0000
committerJames Booth <boothj5@gmail.com>2016-01-25 00:19:26 +0000
commit0ae975c27f2b5f9a47a7434138c0ae328b06a7a6 (patch)
treeff5e6e054145d06bd0f855b94f21f67740dcc6a6 /src/window_list.c
parentb6e9a09c64ca4438aa066759caf9a4008edadd46 (diff)
downloadprofani-tty-0ae975c27f2b5f9a47a7434138c0ae328b06a7a6.tar.gz
Added themes for roster room mention and triggers
closes #718
Diffstat (limited to 'src/window_list.c')
-rw-r--r--src/window_list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_list.c b/src/window_list.c
index efb6e331..2acfd0fb 100644
--- a/src/window_list.c
+++ b/src/window_list.c
@@ -228,6 +228,8 @@ wins_set_current_by_num(int i)
             ProfMucWin *mucwin = (ProfMucWin*) window;
             assert(mucwin->memcheck == PROFMUCWIN_MEMCHECK);
             mucwin->unread = 0;
+            mucwin->unread_mentions = FALSE;
+            mucwin->unread_triggers = FALSE;
             mucwin->notify = FALSE;
         } else if (window->type == WIN_PRIVATE) {
             ProfPrivateWin *privatewin = (ProfPrivateWin*) window;