prevent double emission of E_EVENT_CLIENT_SHOW

This commit is contained in:
Mike Blumenkrantz 2016-05-13 11:28:27 -04:00
parent 030d083c73
commit 685aafcd41
1 changed files with 0 additions and 1 deletions

View File

@ -1956,7 +1956,6 @@ _e_client_eval(E_Client *ec)
evas_object_focus_set(ec->frame, 1);
ec->changes.visible = 0;
rem_change = 1;
_e_client_event_simple(ec, E_EVENT_CLIENT_SHOW);
}
}
else if ((ec->changes.visible) && (ec->new_client))