Save ephoto config on exit so it remembers thumb size, current directory, etc...

SVN revision: 82783
This commit is contained in:
Stephen Houston 2013-01-14 21:05:33 +00:00
parent ce345d8434
commit b1723b6435
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ _win_free(void *data, Evas *e __UNUSED__, Evas_Object *o __UNUSED__, void *event
{
Ephoto *ephoto = data;
if (ephoto->timer.thumb_regen) ecore_timer_del(ephoto->timer.thumb_regen);
ephoto_config_save(ephoto, EINA_TRUE);
free(ephoto);
}