only save gcc during edit end if the gcc has a config

SVN revision: 79875
This commit is contained in:
Mike Blumenkrantz 2012-11-30 08:50:12 +00:00
parent a7cea557ee
commit fbc12f2e3f
1 changed files with 1 additions and 1 deletions

View File

@ -1246,7 +1246,7 @@ e_gadcon_client_edit_end(E_Gadcon_Client *gcc)
if (gcc->moving)
{
gcc->moving = 0;
_e_gadcon_client_save(gcc);
if (gcc->cf) _e_gadcon_client_save(gcc);
}
if (gcc->o_event) evas_object_del(gcc->o_event);
gcc->o_event = NULL;