No need to restart when changing icon themes.

SVN revision: 29123
This commit is contained in:
rephorm 2007-03-25 15:07:57 +00:00 committed by rephorm
parent 005be2448e
commit f69a0be89c
1 changed files with 0 additions and 3 deletions

View File

@ -105,9 +105,6 @@ _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 */
}