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:
a173db5
)
oops swap init/shutdown - thanks cinoo!
author
Carsten Haitzler
<raster@rasterman.com>
Thu, 24 May 2012 04:52:58 +0000
(
04:52
+0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Thu, 24 May 2012 04:52:58 +0000
(
04:52
+0000)
SVN revision: 71384
src/modules/access/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/modules/access/e_mod_main.c
b/src/modules/access/e_mod_main.c
index
5f58d30
..
3a966b5
100644
(file)
--- a/
src/modules/access/e_mod_main.c
+++ b/
src/modules/access/e_mod_main.c
@@
-317,8
+317,8
@@
_cb_zone_add(void *data __UNUSED__,
int type __UNUSED__,
void *event __UNUSED__)
{
- _covers_init();
_covers_shutdown();
+ _covers_init();
return ECORE_CALLBACK_PASS_ON;
}
@@
-327,8
+327,8
@@
_cb_zone_del(void *data __UNUSED__,
int type __UNUSED__,
void *event __UNUSED__)
{
- _covers_init();
_covers_shutdown();
+ _covers_init();
return ECORE_CALLBACK_PASS_ON;
}
@@
-337,8
+337,8
@@
_cb_zone_move_resize(void *data __UNUSED__,
int type __UNUSED__,
void *event __UNUSED__)
{
- _covers_init();
_covers_shutdown();
+ _covers_init();
return ECORE_CALLBACK_PASS_ON;
}