diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-01-22 15:17:45 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-01-22 15:20:24 +0900 |
commit | 10caf2eb249cae35c10a7e5c94d738eba78c06cc (patch) | |
tree | c7921f50f6ad62060f8f63e058c636bdffab11fe | |
parent | 0c5633c3e3bc551c7f7873dc165b076ea919faab (diff) |
ctxpopup: Fixed typo and flourished comment.
-rw-r--r-- | src/lib/elc_ctxpopup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 8a953c57a..06ec1fbbb 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c | |||
@@ -257,8 +257,8 @@ _base_geometry_calc(Evas_Object *obj, | |||
257 | if ((min_size.x > 0) && (base_size.x < min_size.x)) | 257 | if ((min_size.x > 0) && (base_size.x < min_size.x)) |
258 | base_size.x = min_size.x; | 258 | base_size.x = min_size.x; |
259 | 259 | ||
260 | //Check the Which direction is available. | 260 | //Check available directions. If there is one, it adjusts ctxpopup's position |
261 | //If find a available direction, it adjusts position and size. | 261 | // and size. |
262 | for (idx = 0; idx < 4; idx++) | 262 | for (idx = 0; idx < 4; idx++) |
263 | { | 263 | { |
264 | switch (sd->dir_priority[idx]) | 264 | switch (sd->dir_priority[idx]) |