Avoid potential segv if window is unmapped while menu is open.

SVN revision: 12780
This commit is contained in:
xcomputerman 2005-01-05 10:39:31 +00:00 committed by xcomputerman
parent 38899921b8
commit 592ed122a0
1 changed files with 2 additions and 0 deletions

View File

@ -448,6 +448,8 @@ _e_int_menus_clients_item_cb (void *data, E_Menu *m, E_Menu_Item *mi)
{
E_Border *bd = data;
E_OBJECT_CHECK(bd);
if (bd->iconic) e_border_uniconify(bd);
e_desk_show(bd->desk);