projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fff3dd
)
E17: missed that one
author
Vincent Torri
<vincent.torri@gmail.com>
Sun, 13 May 2012 17:48:08 +0000
(17:48 +0000)
committer
Vincent Torri
<vincent.torri@gmail.com>
Sun, 13 May 2012 17:48:08 +0000
(17:48 +0000)
SVN revision: 70976
src/bin/e_zone.c
patch
|
blob
|
history
diff --git
a/src/bin/e_zone.c
b/src/bin/e_zone.c
index
75d589b
..
ba007f4
100644
(file)
--- a/
src/bin/e_zone.c
+++ b/
src/bin/e_zone.c
@@
-1326,11
+1326,12
@@
e_zone_useful_geometry_get(E_Zone *zone,
int *w,
int *h)
{
- E_OBJECT_CHECK(zone);
- E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE);
Eina_List *l;
E_Shelf *shelf;
+ E_OBJECT_CHECK(zone);
+ E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE);
+
if (!zone->useful_geometry.dirty)
{
EINA_LIST_FOREACH(e_shelf_list(), l, shelf)