Check for new_client when laying out indicator. (Needed for elm_indicator

app).



SVN revision: 46438
This commit is contained in:
Christopher Michael 2010-02-24 18:21:50 +00:00
parent a1c976af85
commit 4bf3e5c772
1 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ _policy_zone_layout_indicator(E_Border *bd, E_Illume_Config_Zone *cz)
e_illume_border_min_get(bd, NULL, &cz->indicator.size);
/* no point in doing anything here if indicator is hidden */
if (!bd->visible) return;
if ((!bd->new_client) && (!bd->visible)) return;
/* if we are dragging, then skip it for now */
if (bd->client.illume.drag.drag)