Elementary label: Fixed warnings.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Jun 2011 15:39:58 +0000 (15:39 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Jun 2011 15:39:58 +0000 (15:39 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60137 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_label.c

index 458b8aa..bdcdefe 100644 (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)
           {