Save config queue when new binding is added.

SVN revision: 49421
This commit is contained in:
Christopher Michael 2010-06-03 19:33:12 +00:00
parent 74c329d245
commit 947ced04ae
1 changed files with 1 additions and 0 deletions

View File

@ -633,6 +633,7 @@ _cb_acpi_event(void *data, int type, void *event)
bind->action = eina_stringshare_add("dim_screen");
bind->params = NULL;
e_config->acpi_bindings = eina_list_append(e_config->acpi_bindings, bind);
e_config_save_queue();
cfdata->bindings = eina_list_append(cfdata->bindings, bind);
_fill_bindings(cfdata);