projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a002f
)
elc_popup: read 'Alert' here temporary
27/81227/1
accepted/tizen/common/20160725.153451
accepted/tizen/ivi/20160724.043101
accepted/tizen/mobile/20160724.043013
accepted/tizen/tv/20160724.043026
accepted/tizen/wearable/20160724.043044
submit/tizen/20160723.130304
author
Shinwoo Kim
<cinoo.kim@samsung.com>
Sat, 23 Jul 2016 12:19:23 +0000
(21:19 +0900)
committer
Shinwoo Kim
<cinoo.kim@samsung.com>
Sat, 23 Jul 2016 12:19:23 +0000
(21:19 +0900)
Change-Id: Ide0adb02c38e993443d0c0b324fc9e8f573abf58
src/lib/elc_popup.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_popup.c
b/src/lib/elc_popup.c
index c74aca30f7e0cc7036f613f70ad650bc71123af0..5928b288a116d35536fe6a489c4d7ef05b5c190d 100644
(file)
--- a/
src/lib/elc_popup.c
+++ b/
src/lib/elc_popup.c
@@
-1125,8
+1125,7
@@
_access_info_cb(void *data, Evas_Object *obj EINA_UNUSED)
if (priv->title_text)
{
buf = eina_strbuf_new();
- eina_strbuf_append(buf, priv->title_text);
- eina_strbuf_append_printf(buf, ", %s", N_("Title"));
+ eina_strbuf_append_printf(buf, "%s, %s, %s", N_("Alert"), priv->title_text, N_("Title"));
ret = eina_strbuf_string_steal(buf);
eina_strbuf_free(buf);
return strdup(ret);