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:
b13dc49
)
no need for those
author
codewarrior
<codewarrior>
Sat, 15 Oct 2005 00:48:27 +0000
(
00:48
+0000)
committer
codewarrior
<codewarrior@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 15 Oct 2005 00:48:27 +0000
(
00:48
+0000)
SVN revision: 17553
src/bin/e_icon_layout.c
patch
|
blob
|
history
diff --git
a/src/bin/e_icon_layout.c
b/src/bin/e_icon_layout.c
index 5df6cb6212765335f8932ffc2d92b815a0a67ed2..ccb67bbfa8787ed137fe4422bee62d508b8f0a4a 100644
(file)
--- a/
src/bin/e_icon_layout.c
+++ b/
src/bin/e_icon_layout.c
@@
-84,10
+84,7
@@
e_icon_layout_thaw(Evas_Object *obj)
return -1;
sd->frozen--;
- if (sd->frozen <= 0) _e_icon_layout_smart_reconfigure(sd);
-
- printf("virtual size is: %d %d\n", sd->vw, sd->vh);
-
+ if (sd->frozen <= 0) _e_icon_layout_smart_reconfigure(sd);
return sd->frozen;
}
@@
-342,9
+339,7
@@
_e_icon_layout_smart_reconfigure(E_Smart_Data *sd)
x = sd->x + sd->xs;
y = sd->y + sd->ys;
w = sd->vw;
- h = sd->vh;
-
- printf("reconfigure: w = %d\n", w);
+ h = sd->vh;
for (l = sd->items; l; l = l->next)
{