update pager gc on config change

SVN revision: 73588
This commit is contained in:
Mike Blumenkrantz 2012-07-11 17:59:10 +00:00
parent 558c9e0285
commit 26867329e4
1 changed files with 2 additions and 0 deletions

View File

@ -988,8 +988,10 @@ _pager_cb_config_updated(void)
{
if (p->live_windows != pager_config->live_windows)
{
p->live_windows = pager_config->live_windows;
_pager_empty(p);
_pager_fill(p);
if (p->inst) _gc_orient(p->inst->gcc, p->inst->gcc->gadcon->orient);
}
else
{