Reset the preview on the selected bg when unticking the "use theme wallpaper" checkbox.

SVN revision: 32005
This commit is contained in:
lok 2007-10-07 13:33:28 +00:00 committed by lok
parent 812cdbf305
commit 0816c7f746
1 changed files with 1 additions and 0 deletions

View File

@ -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)