Work on background settings bugs

* Persist the config changes.
 * Todo++


SVN revision: 24334
This commit is contained in:
Stafford Mitchell Horne 2006-07-31 18:31:11 +00:00
parent 5dbd7795ad
commit 7a36021e70
2 changed files with 3 additions and 0 deletions

2
TODO
View File

@ -88,6 +88,8 @@ Some of the things (in very short form) that need to be done to E17...
CLEANUPS
-------------------------------------------------------------------------------
* wallpaper dialog needs to display backgrounds in all of the background path
locations. Currently it is only searching ~/.e/e/backgrounds
* wallpaper dialog needs a "for this screen only" option of containers or
zones > 1 :)
* wallpaper dialog needs to probably use fm2 for list of bg's (use 2 fm views

View File

@ -121,6 +121,7 @@ _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
_ilist_update( cfdata->gui.user_list,
cfdata->cur_path,
NULL);
e_config_save_queue();
return 1;
}