From d92aca85b816200f176f65368ad94ee25986e249 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 20 Aug 2012 12:35:35 +0000 Subject: [PATCH] grab dialog typo which hasn't affected anything yet SVN revision: 75462 --- src/bin/e_grab_dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_grab_dialog.c b/src/bin/e_grab_dialog.c index d158f0067..cf00bf15a 100644 --- a/src/bin/e_grab_dialog.c +++ b/src/bin/e_grab_dialog.c @@ -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);