re-set gadman bg when updating zones

SVN revision: 76447
This commit is contained in:
Mike Blumenkrantz 2012-09-11 07:56:00 +00:00
parent 96d2436b76
commit ec95e5e0b0
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ gadman_reset(void)
}
_gadman_gadgets = eina_hash_string_superfast_new(NULL);
gadman_update_bg();
}
void
@ -1592,6 +1593,7 @@ _e_gadman_cb_zone_add(void *data __UNUSED__, int type __UNUSED__, void *event)
gc = _gadman_gadcon_new(layer_name[layer], layer, zone, location);
Man->gadcons[layer] = eina_list_append(Man->gadcons[layer], gc);
}
gadman_update_bg();
return ECORE_CALLBACK_PASS_ON;
}