Make session_update_activity more useful and use it in more places.

This commit is contained in:
nicm
2015-08-28 13:01:03 +00:00
parent 675def0396
commit 57cc4d45d5
7 changed files with 24 additions and 19 deletions

View File

@ -421,7 +421,7 @@ server_destroy_session(struct session *s)
c->session = s_new;
status_timer_start(c);
notify_attached_session_changed(c);
session_update_activity(s_new);
session_update_activity(s_new, NULL);
server_redraw_client(c);
}
}