fix pager - how did that break? oooh i see! DEVILHORNS!

SVN revision: 45029
This commit is contained in:
Carsten Haitzler 2010-01-11 02:58:47 +00:00
parent 6c55b5eb39
commit 0ebccbedbf
1 changed files with 3 additions and 1 deletions

View File

@ -652,7 +652,9 @@ _pager_window_free(Pager_Win *pw)
static void
_pager_window_move(Pager_Win *pw)
{
e_layout_child_move(pw->o_window, pw->border->x, pw->border->y);
e_layout_child_move(pw->o_window,
pw->border->x - pw->border->zone->x,
pw->border->y - pw->border->zone->y);
e_layout_child_resize(pw->o_window, pw->border->w, pw->border->h);
}