X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint.c;h=7388035bdb41169907abf8d2b1e12fd495fac2ef;hb=e60185261b8062abd573220878a7b9ff9aabda4b;hp=357c180f4506b6b67c257be0885fa39d97d80212;hpb=350abde2b1c72e4b580a34ca1f0ff2380d9ea419;p=chaz%2Ftint2 diff --git a/src/tint.c b/src/tint.c index 357c180..7388035 100644 --- a/src/tint.c +++ b/src/tint.c @@ -130,6 +130,8 @@ void init_X11() XSelectInput (server.dsp, server.root_win, PropertyChangeMask|StructureNotifyMask); setlocale (LC_ALL, ""); + // config file use '.' as decimal separator + setlocale(LC_NUMERIC, "POSIX"); // load default icon gchar *path;