From b1723b6435fb44d8c89626153b7892b23224216f Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Mon, 14 Jan 2013 21:05:33 +0000 Subject: [PATCH] Save ephoto config on exit so it remembers thumb size, current directory, etc... SVN revision: 82783 --- src/bin/ephoto_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index 6b7f8f7..2569914 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -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); }