only block shelf drawing when shelf has none of its clients drawn, not when it has no clients

SVN revision: 76907
This commit is contained in:
Mike Blumenkrantz 2012-09-20 12:35:29 +00:00
parent 791ec69614
commit 28eabf7ef0
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ e_shelf_config_new(E_Zone *zone, E_Config_Shelf *cf_es)
* if its gadcon has not populated; instead we show it in
* the E_EVENT_GADCON_POPULATE handler
*/
if (es->gadcon->clients)
if (es->gadcon->clients || (!es->gadcon->cf->clients))
e_shelf_show(es);
}