projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d795cad
)
Elementary label: Fixed warnings.
author
seoz
<seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Jun 2011 15:39:58 +0000
(15:39 +0000)
committer
seoz
<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
patch
|
blob
|
history
diff --git
a/src/lib/elm_label.c
b/src/lib/elm_label.c
index
458b8aa
..
bdcdefe
100644
(file)
--- a/
src/lib/elm_label.c
+++ b/
src/lib/elm_label.c
@@
-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)
{