Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c 


Log Message:
More efreet work.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -3 -r1.135 -r1.136
--- e_fm.c      24 Mar 2007 19:18:20 -0000      1.135
+++ e_fm.c      25 Mar 2007 12:51:18 -0000      1.136
@@ -1067,12 +1067,10 @@
        
                       if (imc->e_im_setup_exec) 
                         {
-                           E_App *app;
-                           app = e_app_exe_find(imc->e_im_setup_exec);
-                           if (app) 
-                             {
-                                oic = e_app_icon_add(app, evas);
-                             }
+                           Efreet_Desktop *desktop;
+                           desktop = 
efreet_util_desktop_by_exec_get(imc->e_im_setup_exec);
+                           if (desktop) 
+                             oic = e_util_desktop_icon_add(desktop, "24x24", 
evas);
                         }
                       e_intl_input_method_config_free(imc);
                    }



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