thaw evas on winlist activation with no clients available

fix T1667
This commit is contained in:
Mike Blumenkrantz 2014-09-23 13:17:10 -04:00
parent 4374a04e2e
commit a6023f6649
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ e_winlist_show(E_Zone *zone, E_Winlist_Filter filter)
if (!_wins)
{
e_winlist_hide();
evas_event_thaw(zone->comp->evas);
return 1;
}