oops swap init/shutdown - thanks cinoo!

SVN revision: 71384
This commit is contained in:
Carsten Haitzler 2012-05-24 04:52:58 +00:00
parent a173db59aa
commit d997e7d000
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}