Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_icon_themes.c 


Log Message:
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.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_icon_themes.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_int_config_icon_themes.c  21 Sep 2006 19:53:38 -0000      1.10
+++ e_int_config_icon_themes.c  22 Sep 2006 07:49:54 -0000      1.11
@@ -119,9 +119,9 @@
    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 */
 }
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to