remove setting ec->parent before evaluation.

Summary:
the value of "ec->parent" should be set in evaluation time,
therefore ec->parent->transients will be reset automatically.

Reviewers: devilhorns

CC: cedric

Differential Revision: https://phab.enlightenment.org/D1155
This commit is contained in:
Seunghun Lee 2014-07-09 11:20:15 -04:00 committed by Chris Michael
parent ed16127395
commit 4152e1e2dd
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ _e_shell_surface_parent_set(E_Client *ec, struct wl_resource *parent_resource)
e_pixmap_parent_window_set(ec->pixmap, pwin);
ec->parent = pc;
ec->icccm.fetch.transient_for = EINA_TRUE;
ec->icccm.transient_for = pwin;
}