From f3f7909803861949c3e5f0b8b49896a786a7fbc9 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 22 Sep 2006 07:49:54 +0000 Subject: [PATCH] Change to the new icon theme in the same way that the theme config dialog does. There has to be a better way for both. SVN revision: 26019 --- src/bin/e_int_config_icon_themes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/e_int_config_icon_themes.c b/src/bin/e_int_config_icon_themes.c index 670d0219a..ea71a3ac2 100644 --- a/src/bin/e_int_config_icon_themes.c +++ b/src/bin/e_int_config_icon_themes.c @@ -119,9 +119,9 @@ _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(); - /* FIXME: Not sure about this stuff, but we need to redo any existing icons now. */ -// a = e_action_find("restart"); -// if ((a) && (a->func.go)) a->func.go(NULL, NULL); + /* 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 */ }