match _init() -> _update() changes in core.

SVN revision: 54796
This commit is contained in:
Gustavo Sverzut Barbieri 2010-11-22 15:23:15 +00:00
parent 6f2213cb25
commit c89d42f211
5 changed files with 5 additions and 5 deletions

View File

@ -173,7 +173,7 @@ _apply_data(E_Config_Dialog *cfd __UNUSED__, E_Config_Dialog_Data *cfdata)
e_config->dpms_off_timeout = cfdata->off_timeout * 60;
e_config_save_queue();
e_dpms_init();
e_dpms_update();
return 1;
}

View File

@ -85,7 +85,7 @@ _basic_apply_data(E_Config_Dialog *cfd __UNUSED__, E_Config_Dialog_Data *cfdata)
e_config->mouse_accel_threshold = cfdata->threshold;
/* Apply the above settings */
e_mouse_init();
e_mouse_update();
e_config_save_queue();
return 1;

View File

@ -103,7 +103,7 @@ _basic_apply(E_Config_Dialog *cfd __UNUSED__, E_Config_Dialog_Data *cfdata)
cfdata->ask_presentation_timeout;
/* Apply settings */
e_screensaver_init();
e_screensaver_update();
e_config_save_queue();
return 1;

View File

@ -239,7 +239,7 @@ _cb_add(void *data, void *data2 __UNUSED__)
e_config->shelves = eina_list_append(e_config->shelves, cfg);
e_config_save_queue();
e_shelf_config_init();
e_shelf_config_update();
_ilist_fill(cfdata);
}

View File

@ -47,7 +47,7 @@ e_pwr_cfg_update(void)
ecore_timer_del(suspend_timer);
suspend_timer = NULL;
}
e_screensaver_init();
e_screensaver_update();
}
EAPI void