projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ac48e5
)
Evas text: Fixed typo in horiz advance function.
author
Tom Hacohen
<tom@stosb.com>
Sun, 30 Jan 2011 10:36:20 +0000
(10:36 +0000)
committer
Tom Hacohen
<tom@stosb.com>
Sun, 30 Jan 2011 10:36:20 +0000
(10:36 +0000)
SVN revision: 56453
legacy/evas/src/lib/canvas/evas_object_text.c
patch
|
blob
|
history
diff --git
a/legacy/evas/src/lib/canvas/evas_object_text.c
b/legacy/evas/src/lib/canvas/evas_object_text.c
index
ec9bacd
..
0dccb75
100644
(file)
--- a/
legacy/evas/src/lib/canvas/evas_object_text.c
+++ b/
legacy/evas/src/lib/canvas/evas_object_text.c
@@
-862,7
+862,7
@@
evas_object_text_inset_get(const Evas_Object *obj)
*
*/
EAPI Evas_Coord
-evas_object_text_horiz_dvance_get(const Evas_Object *obj)
+evas_object_text_horiz_
a
dvance_get(const Evas_Object *obj)
{
Evas_Object_Text *o;