When 'mode' changes we may need to reset indicator position depending

on mode, so in layout update don't skip indicators.



SVN revision: 47439
This commit is contained in:
Christopher Michael 2010-03-25 00:23:55 +00:00
parent c4ffd51e9d
commit c41edaac93
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ _policy_zone_layout_update(E_Zone *zone)
if (bd->zone != zone) continue;
/* skip special windows */
if (e_illume_border_is_indicator(bd)) continue;
// if (e_illume_border_is_indicator(bd)) continue;
if (e_illume_border_is_softkey(bd)) continue;
if (e_illume_border_is_keyboard(bd)) continue;
if (e_illume_border_is_quickpanel(bd)) continue;