elementary/label - you intended this if it cannot slide because of the text length.

SVN revision: 82158
This commit is contained in:
ChunEon Park 2013-01-04 07:43:16 +00:00
parent 4f6ed249a2
commit 3d0e9dcfb6
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ _label_slide_change(Evas_Object *obj)
// too short to slide label
if (plainlen < 1)
{
sd->slide = EINA_TRUE;
sd->slide = EINA_FALSE;
return;
}