ibar: silence uninitialized warning

This commit is contained in:
Jérémy Zurcher 2014-05-07 11:48:18 +02:00
parent 42d2387b70
commit b6907e848a
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ _ibox_cb_iconify_provider(void *data, Evas_Object *obj, const char *signal)
Evas_Coord ox, oy, ow, oh;
Eina_List *l;
E_Client *ec;
ox = oy = ow = oh = 0;
ec = e_comp_object_client_get(obj);
if (ec->zone != inst->gcc->gadcon->zone) return EINA_FALSE;