elementary: fix segv due to a typo.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Jan 2012 10:32:29 +0000 (10:32 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Jan 2012 10:32:29 +0000 (10:32 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67463 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/edje_externals/elm.c

index d390c5d..b400d12 100644 (file)
@@ -311,7 +311,7 @@ static void
 elm_mod_shutdown(void)
 {
    edje_external_type_array_unregister(elm_external_types);
-   if (_elm_ext_log_dom >= 0) eina_log_domain_unregister(_elm_log_dom);
+   if (_elm_ext_log_dom >= 0) eina_log_domain_unregister(_elm_ext_log_dom);
    _elm_ext_log_dom = -1;
 }