projects
/
profile
/
mobile
/
apps
/
native
/
music-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc3a97c
)
Fixed Blink issue of Music Widget
09/103809/1
submit/tizen_3.0/20161210.113247
author
bhutani.92
<bhutani.92@samsung.com>
Fri, 9 Dec 2016 12:46:23 +0000
(18:16 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Fri, 9 Dec 2016 12:46:23 +0000
(18:16 +0530)
Change-Id: I395d18a22dcf4a2d2250a829eb6f2c20372f2969
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
widget/src/mp-widget-create.c
patch
|
blob
|
history
diff --git
a/widget/src/mp-widget-create.c
b/widget/src/mp-widget-create.c
index
3b790e1
..
cd43f90
100644
(file)
--- a/
widget/src/mp-widget-create.c
+++ b/
widget/src/mp-widget-create.c
@@
-89,7
+89,6
@@
static void mp_widget_read_ini_file_ecore(void *data, char *path)
if (!file) {
ERROR_TRACE("Failed to open file(%s)", path);
- elm_object_signal_emit(layout, "no_music", "elm");
return;
}