Enlightenment CVS committal

Author  : stffrdhrn
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_main.c 


Log Message:
- Add some default input method configurations use 'enlightenment_imc' to look
  at and edit these files
- Change the input method path, intl means something else


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -3 -r1.129 -r1.130
--- e_main.c    23 Oct 2005 04:56:51 -0000      1.129
+++ e_main.c    23 Oct 2005 07:17:59 -0000      1.130
@@ -681,7 +681,8 @@
        "%s/.e/e/applications/trash",
        "%s/.e/e/modules",
        "%s/.e/e/config",
-       "%s/.e/e/locale"
+       "%s/.e/e/locale",
+       "%s/.e/e/input_methods"
      };
    int i;
    
@@ -921,8 +922,8 @@
        e_error_message_show("Cannot allocate path for path_input_methods\n");
        return 0;
      }
-   e_path_default_path_append(path_input_methods, "~/.e/e/intl");
-   snprintf(buf, sizeof(buf), "%s/enlightenment/intl", e_prefix_lib_get());
+   e_path_default_path_append(path_input_methods, "~/.e/e/input_methods");
+   snprintf(buf, sizeof(buf), "%s/data/input_methods", e_prefix_data_get());
    e_path_default_path_append(path_input_methods, buf);
    e_path_user_path_set(path_input_methods, 
&(e_config->path_append_input_methods));
 




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to