stefan pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=c100027f207f02c82e4aebccb5c5cae9a7de5745

commit c100027f207f02c82e4aebccb5c5cae9a7de5745
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Fri Jan 23 13:40:45 2015 +0100

    e_configure: de-e_comp_get()ify
---
 src/bin/e_configure.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_configure.c b/src/bin/e_configure.c
index 3d75c97..093d66d 100644
--- a/src/bin/e_configure.c
+++ b/src/bin/e_configure.c
@@ -76,9 +76,9 @@ e_configure_registry_call(const char *path, Evas_Object 
*parent, const char *par
                    {
                       if (custom_desktop_exec.func)
                         custom_desktop_exec.func(custom_desktop_exec.data,
-                                                 e_comp_get(NULL), params, 
eci->desktop);
+                                                 e_comp, params, eci->desktop);
                       else
-                        e_exec(e_zone_current_get(e_comp_get(NULL)),
+                        e_exec(e_zone_current_get(e_comp),
                                eci->desktop, NULL, NULL, "config");
                    }
                  break;

-- 


Reply via email to