Elementary label: Fixed warnings.

SVN revision: 60137
This commit is contained in:
Daniel Juyung Seo 2011-06-09 15:39:58 +00:00
parent 51215c350e
commit 13b064a3c2
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ _is_width_over(Evas_Object *obj)
{
const Evas_Object *tb;
char *_kvalue;
double ellipsis;
double ellipsis = 0.0;
Eina_Bool found_key = EINA_FALSE;
if (_get_value_in_key_string(wd->format, "ellipsis", &_kvalue) == 0)
{