projects
/
profile
/
mobile
/
apps
/
native
/
myfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caddb28
)
Resolved TSAM-6141 FC Crash on changing orientation
23/79623/1
submit/tizen_mobile/20160712.113503
author
bhutani.92
<bhutani.92@samsung.com>
Tue, 12 Jul 2016 05:58:37 +0000
(11:28 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Tue, 12 Jul 2016 05:58:37 +0000
(11:28 +0530)
Change-Id: Ie9cca45c3e92e5361119888478e701f6203cf854
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/common/mf-callback.c
patch
|
blob
|
history
diff --git
a/src/common/mf-callback.c
b/src/common/mf-callback.c
index
66c5ec6
..
28c7493
100755
(executable)
--- a/
src/common/mf-callback.c
+++ b/
src/common/mf-callback.c
@@
-3686,7
+3686,7
@@
__mf_callback_thumb_created_idler_cb(void *user_data)
}
}
pListData->thumbnail_create = EINA_FALSE;
- g_thumbnail_download_update_idle = NULL;
+
//
g_thumbnail_download_update_idle = NULL;
MF_TRACE_END;
return ECORE_CALLBACK_CANCEL;
}