Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_imc.c 


Log Message:
efreet

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_imc.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- e_int_config_imc.c  24 Mar 2007 19:18:20 -0000      1.14
+++ e_int_config_imc.c  25 Mar 2007 17:36:21 -0000      1.15
@@ -348,10 +348,10 @@
                  icon = NULL;
                  if (imc->e_im_setup_exec) 
                    {
-                      E_App *eap;
-                      eap = e_app_exe_find(imc->e_im_setup_exec);
-                      if (eap)
-                        icon = e_app_icon_add(eap, evas);
+                      Efreet_Desktop *desktop;
+                      desktop = 
efreet_util_desktop_exec_find(imc->e_im_setup_exec);
+                      if (desktop)
+                        icon = e_util_desktop_icon_add(desktop, "48x48", evas);
                    }
                  
                  e_widget_ilist_append(cfdata->gui.imc_basic_list, icon, 
imc->e_im_name, NULL, NULL, imc_path);



-------------------------------------------------------------------------
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