Branch: refs/heads/master
Home:   https://github.com/ibus/ibus

Commit: 661f1e860ea0d5145485a3c141c811e999f522a4
    https://github.com/ibus/ibus/commit/661f1e860ea0d5145485a3c141c811e999f522a4
Author: Yusuke Sato <[email protected]>
Date:   2011-02-14 (Mon, 14 Feb 2011)

Changed paths:
  M bus/ibusimpl.c

Log Message:
-----------
Use LC_MESSAGES instead of LC_ALL in bus_ibus_impl_set_default_preload_engines.

This is a fix for https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/716314. 
Calling setlocale(LC_ALL, NULL); in the function seems not to be a good idea 
since the function could return a complex string like 
"LC_CTYPE=ja_JP.UTF-8;LC_NUMERIC=C;LC..." when two or more values are used for 
LC_xxx variables (e.g. ja_JP.UTF-8 and C.)

BUG=1204

Review URL: http://codereview.appspot.com/4160046


-- 
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复