seoz pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=27cb461bed6b91d963fa948f0c5623b419fb7113

commit 27cb461bed6b91d963fa948f0c5623b419fb7113
Author: Daniel Juyung Seo <[email protected]>
Date:   Mon Feb 23 04:52:33 2015 +0900

    Ephoto: Remove elm_init/shutdown call.
    
    This is done automatically in ELM_MAIN() macro.
---
 src/bin/ephoto.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/ephoto.c b/src/bin/ephoto.c
index 9db96ee..51df910 100644
--- a/src/bin/ephoto.c
+++ b/src/bin/ephoto.c
@@ -15,7 +15,6 @@ elm_main(int argc, char **argv)
    eio_init();
    elm_need_efreet();
    elm_need_ethumb();
-   elm_init(argc, argv);
 
 #if HAVE_GETTEXT && ENABLE_NLS
    elm_app_compile_locale_set(LOCALEDIR);
@@ -83,7 +82,6 @@ elm_main(int argc, char **argv)
    eina_log_domain_unregister(__log_domain);
    efreet_mime_shutdown();
  end_log_domain:
-   elm_shutdown();
    eio_shutdown();
 
    return r;

-- 


Reply via email to