projects
/
profile
/
iot
/
apps
/
native
/
ug-image-viewer-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d1a05
)
[TIZENIOT-2596]Fixing Gallery Images Rename Issue
76/286676/1
tizen
tizen_8.0
tizen_8.0_m2_release
author
shivamv
<shivam.v2@samsung.com>
Wed, 11 Jan 2023 13:13:34 +0000
(18:43 +0530)
committer
shivamv
<shivam.v2@samsung.com>
Wed, 11 Jan 2023 13:13:34 +0000
(18:43 +0530)
Change-Id: I1bfc831e5bcb8f7b291b45d81f75f2cfbd9d4866
Signed-off-by: shivamv <shivam.v2@samsung.com>
src/common/ivug-db.c
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/src/common/ivug-db.c
b/src/common/ivug-db.c
old mode 100644
(file)
new mode 100755
(executable)
index
ecbb93b
..
c12209f
--- a/
src/common/ivug-db.c
+++ b/
src/common/ivug-db.c
@@
-137,6
+137,12
@@
bool ivug_db_rename(media_handle m_handle, const char *dest)
return false;
}
+ ret = media_info_generate_thumbnail(minfo);
+ if (ret != MEDIA_CONTENT_ERROR_NONE) {
+ MSG_ERROR("thumbnail generation failed");
+ return false;
+ }
+
return true;
}