grab dialog typo which hasn't affected anything yet

SVN revision: 75462
This commit is contained in:
Mike Blumenkrantz 2012-08-20 12:35:35 +00:00
parent 943b953ece
commit d92aca85b8
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ e_grab_dialog_show(E_Win *parent, Eina_Bool is_mouse, Ecore_Event_Handler_Cb key
else
{
man = e_manager_current_get();
e_container_current_get(man);
con = e_container_current_get(man);
}
eg = E_OBJECT_ALLOC(E_Grab_Dialog, E_GRAB_DIALOG_TYPE, _e_grab_dialog_free);