* ChunEon Park <her...@naver.com> [2013-02-21 11:08:43 +0900]:
> how to reproduce this problem?
> I can't see any problems here.
Mmm, take this (attached).
>
>
> -Regards, Hermet-
>
> -----Original Message-----
> From: "Gustavo Chaves"<gl...@profusion.mobi>
> To: "Enlightenment developer
> list"<enlightenment-devel@lists.sourceforge.net>;
> Cc:
> Sent: 2013-02-19 (화) 23:54:50
> Subject: [E-devel] elm_layout_theme_set() broken
>
> Hi, Hermet (et al dealing with elm theme/orientation, etc).
>
> Please check that you completely broke that function (it won't find groups
> present on edj files anymore).
>
> Regards,
>
> --
> Gustavo Lima Chaves
> Senior Developer
>
> ProFUSION embedded systems
>
> http://profusion.mobi
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Gustavo Lima Chaves
Senior Developer @ ProFUSION Embedded Systems
diff --git a/src/lib/elm_button.c b/src/lib/elm_button.c
index ffe06b7..e0b1f68 100644
--- a/src/lib/elm_button.c
+++ b/src/lib/elm_button.c
@@ -1,4 +1,5 @@
#include <Elementary.h>
+#include <assert.h>
#include "elm_priv.h"
#include "elm_widget_button.h"
#include "elm_widget_layout.h"
@@ -349,7 +350,7 @@ _constructor(Eo *obj, void *_pd EINA_UNUSED, va_list *list
EINA_UNUSED)
if (!elm_widget_sub_object_add(parent, obj))
ERR("could not add %p as sub object of %p", obj, parent);
- elm_layout_theme_set(obj, "button", "base", elm_widget_style_get(obj));
+ assert(elm_layout_theme_set(obj, "button", "base",
elm_widget_style_get(obj)));
}
EAPI void
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel