Author: iratqq
Date: Thu Apr  2 20:58:53 2009
New Revision: 5947

Modified:
   trunk/scm/social-ime-custom.scm

Log:
* scm/social-ime-custom.scm (social-ime-user):
  - Set default name to "" for user privacy.


Modified: trunk/scm/social-ime-custom.scm
==============================================================================
--- trunk/scm/social-ime-custom.scm     (original)
+++ trunk/scm/social-ime-custom.scm     Thu Apr  2 20:58:53 2009
@@ -322,7 +322,7 @@
   (N_ "Social-IME server prediction API path")
   (N_ "long description will be here."))

-(define-custom 'social-ime-user (or (user-name) "")
+(define-custom 'social-ime-user ""
   '(social-ime-advanced social-ime-server)
   '(string ".*")
   (N_ "Social-IME user name")

Reply via email to