re-enable restart on icon theme change

i'll add an event later so everything can update their icons on the fly.


SVN revision: 29128
This commit is contained in:
rephorm 2007-03-25 16:36:33 +00:00 committed by rephorm
parent f69a0be89c
commit 6d5df6ae4e
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@ _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
e_config->icon_theme = evas_stringshare_add(cfdata->themename);
e_config_save_queue();
/* If it's good enough for themes, it's good enough for icon themes, but ICK!. */
a = e_action_find("restart");
if ((a) && (a->func.go)) a->func.go(NULL, NULL);
return 1; /* Apply was OK */
}