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:
0c5633c
)
ctxpopup: Fixed typo and flourished comment.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Wed, 22 Jan 2014 06:17:45 +0000
(15:17 +0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Wed, 22 Jan 2014 06:20:24 +0000
(15:20 +0900)
src/lib/elc_ctxpopup.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_ctxpopup.c
b/src/lib/elc_ctxpopup.c
index
8a953c5
..
06ec1fb
100644
(file)
--- a/
src/lib/elc_ctxpopup.c
+++ b/
src/lib/elc_ctxpopup.c
@@
-257,8
+257,8
@@
_base_geometry_calc(Evas_Object *obj,
if ((min_size.x > 0) && (base_size.x < min_size.x))
base_size.x = min_size.x;
- //Check
the Which direction is available.
- //
If find a available direction, it adjusts position
and size.
+ //Check
available directions. If there is one, it adjusts ctxpopup's position
+ // and size.
for (idx = 0; idx < 4; idx++)
{
switch (sd->dir_priority[idx])