Merge "custom eail widget implementation" into tizen
[platform/core/uifw/eail.git] / eail / eail.c
index 714822a..8af6055 100644 (file)
@@ -331,9 +331,9 @@ elm_modapi_init(void *m)
      }
 
    initialized = TRUE;
-
+#if !GLIB_CHECK_VERSION(2,35,0)
    g_type_init();
-
+#endif
    listener_list = g_hash_table_new_full
                   (g_int_hash, g_int_equal, NULL, eail_listener_info_destroy);