fix double-manage of windows on start!

SVN revision: 38040
This commit is contained in:
Carsten Haitzler 2008-12-09 05:16:52 +00:00
parent 601a3527e4
commit c39847eb5e
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ e_manager_manage_windows(E_Manager *man)
unsigned int ret_val, deskxy[2];
int ret;
if (e_border_find_by_client_window(windows[i])) continue;
ecore_x_window_attributes_get(windows[i], &att);
if ((att.override) || (att.input_only))
{