projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad521a
)
null efm icon eio handle in error callback
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 11 Nov 2015 17:25:56 +0000
(12:25 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 11 Nov 2015 17:25:56 +0000
(12:25 -0500)
ref T2829
src/bin/e_fm.c
patch
|
blob
|
history
diff --git
a/src/bin/e_fm.c
b/src/bin/e_fm.c
index 0b6dc3b4cb5b008654214627373e501d15d383f1..08f2905d83b5ca915fc24a7e12cec0ebcf073194 100644
(file)
--- a/
src/bin/e_fm.c
+++ b/
src/bin/e_fm.c
@@
-5199,8
+5199,10
@@
_e_fm2_cb_eio_stat(void *data, Eio_File *handler EINA_UNUSED, const Eina_Stat *s
}
static void
-_e_fm2_cb_eio_err(void *data
EINA_UNUSED
, Eio_File *handler EINA_UNUSED, int error EINA_UNUSED)
+_e_fm2_cb_eio_err(void *data, Eio_File *handler EINA_UNUSED, int error EINA_UNUSED)
{
+ E_Fm2_Icon *ic = data;
+ ic->eio = NULL;
}
static int