diff options
author | lok <lok> | 2007-10-07 13:33:28 +0000 |
---|---|---|
committer | lok <lok@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2007-10-07 13:33:28 +0000 |
commit | 0816c7f746dbee36ec00bb7123e2bd9b4ba902c2 (patch) | |
tree | 6ddece24752274e3bfb31a4db4875d3043e821c3 /src/modules/conf_wallpaper | |
parent | 812cdbf305c567ddf21a64f61b8cd61f6ffa67a7 (diff) | |
download | enlightenment-0816c7f746dbee36ec00bb7123e2bd9b4ba902c2.tar.gz |
Reset the preview on the selected bg when unticking the "use theme wallpaper" checkbox.
SVN revision: 32005
Diffstat (limited to 'src/modules/conf_wallpaper')
-rw-r--r-- | src/modules/conf_wallpaper/e_int_config_wallpaper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/conf_wallpaper/e_int_config_wallpaper.c b/src/modules/conf_wallpaper/e_int_config_wallpaper.c index 04eccd8867..3f613ec959 100644 --- a/src/modules/conf_wallpaper/e_int_config_wallpaper.c +++ b/src/modules/conf_wallpaper/e_int_config_wallpaper.c @@ -306,6 +306,7 @@ _cb_theme_wallpaper(void *data, Evas_Object *obj, void *event_info) } else { + evas_object_smart_callback_call(cfdata->o_fm, "selection_change", cfdata); if (cfdata->bg) { if (cfdata->o_preview) |