Remember desk should work now.

We don't have to raise and show the desk in
_e_manager_cb_window_show_request(). The desk will be raised and shown in
e_hints_window_init().


SVN revision: 15853
This commit is contained in:
sebastid 2005-07-21 11:50:45 +00:00 committed by sebastid
parent 0e44ef8e96
commit 968b26c116
2 changed files with 2 additions and 7 deletions

1
TODO
View File

@ -8,7 +8,6 @@ Some of the things (in very short form) that need to be done to E17...
BUGS / FIXES
-------------------------------------------------------------------------------
* remember desk doesnt work
* e_hints.c manually changes flags on a border isnetad of calling
e_border_stick() for exampe or the calls in e_border.c - add calls as needed
to e_border.c. before calling check the lock flags too.

View File

@ -435,12 +435,8 @@ _e_manager_cb_window_show_request(void *data, int ev_type __UNUSED__, void *ev)
if (!e_border_find_by_client_window(e->win))
{
bd = e_border_new(con, e->win, 0);
if (bd)
{
e_border_raise(bd);
e_border_show(bd);
}
else ecore_x_window_show(e->win);
if (!bd)
ecore_x_window_show(e->win);
}
}
return 1;