cedric pushed a commit to branch master.

commit 162df165980924e20a7a82d7acb03b832b040521
Author: Cedric Bail <[email protected]>
Date:   Sun Apr 7 20:18:50 2013 +0900

    edje: fix little bug with table naming.
---
 src/lib/edje/edje_load.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edje/edje_load.c b/src/lib/edje/edje_load.c
index 2d38d48..ed0d00f 100644
--- a/src/lib/edje/edje_load.c
+++ b/src/lib/edje/edje_load.c
@@ -891,7 +891,7 @@ _edje_object_file_set_internal(Evas_Object *obj, const char 
*file, const char *g
 
                                       
_edje_object_pack_item_hints_set(child_obj, &pack_it_copy);
 
-                                      if (pack_it_copy.spread.h > 0 && 
pack_it_copy.spread.w > 0)
+                                      if (pack_it->spread.h > 1 && 
pack_it->spread.w >= 1)
                                         {
                                            buf = eina_strbuf_new();
                                            if (name)

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to