Always return a container.

SVN revision: 15080
This commit is contained in:
sebastid 2005-06-03 07:02:50 +00:00 committed by sebastid
parent a1d592e073
commit bd1ea9748e
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,8 @@ e_container_current_get(E_Manager *man)
if (con->visible)
return con;
}
return NULL;
/* If noone is available, return the first */
return (E_Container *con)man->containers->data;
}
void