SVN revision: 19912
This commit is contained in:
Carsten Haitzler 2006-01-20 04:06:37 +00:00
parent 5f71f7acf5
commit 0fa667a5a8
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -107,6 +107,8 @@ Some of the things (in very short form) that need to be done to E17...
CLEANUPS
-------------------------------------------------------------------------------
* "Allow overlap" option for modules should probably be renamed to "Allow
windows to overlap this gadget" or something.
* EAP cache files can be hit and miss and have problems. move things to be
explicit reloads.
* need to match EAPI on all fn's as well as thier prototypes

View File

@ -131,7 +131,6 @@ _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
Pager *p;
p = cfd->data;
e_border_button_bindings_ungrab_all();
p->conf->popup = cfdata->show_popup;
p->conf->deskname_pos = cfdata->name_pos;
@ -142,7 +141,6 @@ _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
else if (!cfdata->allow_overlap && p->conf->allow_overlap)
p->conf->allow_overlap = 0;
e_border_button_bindings_grab_all();
e_config_save_queue();
_pager_cb_config_updated(p);