diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2014-07-30 19:18:24 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2014-07-30 19:18:24 -0400 |
commit | 290e2369d38883846b6ac9f555ae078bc7b66868 (patch) | |
tree | 5ae5ea70bedd0dcecc17232839a206e212774ced /src/modules/illume-indicator | |
parent | 4d9646b40e1c6c59d6bdf15495c23ddac4434720 (diff) | |
download | enlightenment-290e2369d38883846b6ac9f555ae078bc7b66868.tar.gz |
s/sumary/summary/g
Diffstat (limited to 'src/modules/illume-indicator')
-rw-r--r-- | src/modules/illume-indicator/e_mod_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/illume-indicator/e_mod_notify.c b/src/modules/illume-indicator/e_mod_notify.c index 048c7fd024..a883307523 100644 --- a/src/modules/illume-indicator/e_mod_notify.c +++ b/src/modules/illume-indicator/e_mod_notify.c @@ -152,7 +152,7 @@ _e_mod_notify_refresh(Ind_Notify_Win *nwin) edje_object_part_swallow(nwin->o_base, "e.swallow.icon", nwin->o_icon); } - edje_object_part_text_set(nwin->o_base, "e.text.title", nwin->notify->sumary); + edje_object_part_text_set(nwin->o_base, "e.text.title", nwin->notify->summary); edje_object_part_text_set(nwin->o_base, "e.text.message", nwin->notify->body); |