projects
/
profile
/
tv
/
apps
/
native
/
air_mediahub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0a4ccc
)
movie: fixing for util_time_string function
47/43847/1
author
Minkyu Kang
<mk7.kang@samsung.com>
Tue, 14 Jul 2015 12:26:56 +0000
(21:26 +0900)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Tue, 14 Jul 2015 12:26:56 +0000
(21:26 +0900)
Change-Id: Ibe6d5b68ba23c18f0346faf2be8593da0166e245
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
src/layout/movie.c
patch
|
blob
|
history
diff --git
a/src/layout/movie.c
b/src/layout/movie.c
index 1944c65ed1f83cf953c5dba470d924e250ab6197..8c69338dc54e5dd286af2c0ccd5ac20b652fd324 100644
(file)
--- a/
src/layout/movie.c
+++ b/
src/layout/movie.c
@@
-156,7
+156,7
@@
static bool _update_recent(void *data, Evas_Object *base)
elm_object_part_text_set(recent, PART_RECENT_CONTENT_TITLE,
info->title);
- util_time_string(buf, sizeof(buf), info->played_time);
+ util_time_string(buf, sizeof(buf), info->played_time
, false
);
elm_object_part_text_set(recent, PART_RECENT_CONTENT_DATE, buf);
progressbar_reset(priv->prog, info->video->position,