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:
e20f046
)
label: fix typo in comment
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 3 Jan 2014 09:32:27 +0000
(18:32 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 3 Jan 2014 09:32:27 +0000
(18:32 +0900)
src/lib/elm_label.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_label.c
b/src/lib/elm_label.c
index 7881c18d73ad29276c1747582a5180331b07a2ae..33c979b07e8b19fafd740a285e5ca6bf823a1a87 100644
(file)
--- a/
src/lib/elm_label.c
+++ b/
src/lib/elm_label.c
@@
-50,7
+50,7
@@
_recalc(void *data)
/* This is a hack to workaround the way min size hints are treated.
* If the minimum width is smaller than the restricted width, it means
- * the mini
n
mum doesn't matter. */
+ * the minimum doesn't matter. */
if ((minw <= resw) && (minw != sd->wrap_w))
{
Evas_Coord ominw = -1;