Fix pager update on internal window unmap (revert recent change).

SVN revision: 21483
This commit is contained in:
Kim Woelders 2006-03-22 18:43:13 +00:00
parent 397dd5f40a
commit e8a0530707
1 changed files with 2 additions and 2 deletions

View File

@ -1007,6 +1007,8 @@ EwinUnmap2(EWin * ewin)
Mode.mouse_over_ewin = NULL;
if (ewin == Mode.context_ewin)
Mode.context_ewin = NULL;
ModulesSignal(ESIGNAL_EWIN_UNMAP, ewin);
}
static void
@ -1148,8 +1150,6 @@ EwinEventUnmap(EWin * ewin)
EoUnmap(ewin);
EwinUnmap2(ewin);
ModulesSignal(ESIGNAL_EWIN_UNMAP, ewin);
if (ewin->state.state == EWIN_STATE_ICONIC)
return;