moving a gadget off the desktop using the menu now properly deletes the gadget from the desktop

SVN revision: 76537
This commit is contained in:
Mike Blumenkrantz 2012-09-12 15:14:03 +00:00
parent 8f0aa351f8
commit 55bb34aa02
1 changed files with 1 additions and 0 deletions

View File

@ -1522,6 +1522,7 @@ _e_gadman_client_add(void *data __UNUSED__, const E_Gadcon_Client_Class *cc)
static void
_e_gadman_client_remove(void *data __UNUSED__, E_Gadcon_Client *gcc)
{
gcc->gadcon->cf->clients = eina_list_remove(gcc->gadcon->cf->clients, gcc->cf);
e_object_del(E_OBJECT(gcc));
}