projects
/
profile
/
iot
/
apps
/
native
/
video-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8a54b9
)
Fixing SR build error
67/237367/1
submit/tizen/20200630.040240
author
aman.jeph
<aman.jeph@samsung.com>
Mon, 29 Jun 2020 18:21:57 +0000
(23:51 +0530)
committer
aman.jeph
<aman.jeph@samsung.com>
Mon, 29 Jun 2020 18:21:57 +0000
(23:51 +0530)
Change-Id: I8ca17a509fa97863edc85f6a92412f163812a3e3
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
src/view/mp-video-list-remove-ctrl.c
patch
|
blob
|
history
diff --git
a/src/view/mp-video-list-remove-ctrl.c
b/src/view/mp-video-list-remove-ctrl.c
index dbe777465ccdd5af2ef7d3c802009321bf325095..d7437107ffe93566b488551e5459d5377b421afa 100755
(executable)
--- a/
src/view/mp-video-list-remove-ctrl.c
+++ b/
src/view/mp-video-list-remove-ctrl.c
@@
-327,7
+327,7
@@
bool mp_remove_ctrl_show(bool * pCheckedItemsEditList,
{
VideoLogInfo("Nothing to delete");
free(g_pRemoveCtrl);
- return;
+ return
FALSE
;
}
g_pRemoveCtrl->pPopUpHandle = elm_popup_add(mp_util_get_main_window_handle());