projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abd4687
)
elementary/ctxpopup - fixed tailing whitespace.
author
ChunEon Park
<hermet@hermet.pe.kr>
Thu, 10 Mar 2011 05:58:31 +0000
(
05:58
+0000)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Thu, 10 Mar 2011 05:58:31 +0000
(
05:58
+0000)
SVN revision: 57652
src/lib/elc_ctxpopup.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_ctxpopup.c
b/src/lib/elc_ctxpopup.c
index 528142379f3c307a200d3924f63456192164ec94..156e99eabfa9b7e8aacfe58e0655925f944938bd 100644
(file)
--- a/
src/lib/elc_ctxpopup.c
+++ b/
src/lib/elc_ctxpopup.c
@@
-559,7
+559,7
@@
_sizing_eval(Evas_Object *obj)
//resize scroller according to final size.
if (!wd->content)
- evas_object_smart_calculate(wd->scr);
+ evas_object_smart_calculate(wd->scr);
evas_object_move(wd->base, rect.x, rect.y);
evas_object_resize(wd->base, rect.w, rect.h);