Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : weather

Dir     : e_modules/weather


Modified Files:
        e_mod_main.c 


Log Message:
Use module dir for nls, make modules relocateable.

===================================================================
RCS file: /cvs/e/e_modules/weather/e_mod_main.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- e_mod_main.c        31 Oct 2007 14:48:47 -0000      1.59
+++ e_mod_main.c        12 Nov 2007 04:15:53 -0000      1.60
@@ -311,7 +311,10 @@
 EAPI void *
 e_modapi_init (E_Module * m)
 {
-  bindtextdomain (PACKAGE, LOCALEDIR);
+  char buf[4096];
+
+  snprintf (buf, sizeof (buf), "%s/locale", e_module_dir_get (m));
+  bindtextdomain (PACKAGE, buf);
   bind_textdomain_codeset (PACKAGE, "UTF-8");
 
   conf_item_edd = E_CONFIG_DD_NEW ("Weather_Config_Item", Config_Item);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to