Set keyboard as sticky.

SVN revision: 44354
This commit is contained in:
Christopher Michael 2009-12-11 09:34:52 +00:00
parent 2c767bf9e4
commit 62c83dfff3
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ _zone_layout(E_Zone *z)
e_border_resize(bd, z->w, kbdsize);
if ((bd->x != z->x) || (bd->y != (z->y + z->h - kbdsize)))
e_border_fx_offset(bd, z->x, (z->y + z->h - kbdsize));
e_border_stick(bd);
}
else if (illume_border_is_dialog(bd))
{