Need a container.

SVN revision: 14760
This commit is contained in:
sebastid 2005-05-13 18:59:51 +00:00 committed by sebastid
parent c3e00c93d2
commit ebc01c73c5
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ e_error_message_manager_show(E_Manager *man, char *title, char *txt)
Ecore_X_Window win;
int x, y;
con = e_container_current_get(man);
error_w = 400;
error_h = 200;
x = (man->w - error_w) / 2;