diff options
author | Jussi Kukkonen <jku@linux.intel.com> | 2011-09-06 16:50:35 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-09-08 19:49:34 +0800 |
commit | 777e9d330ae950e5cc89f757317fde4e96762363 (patch) | |
tree | f59e134dc6e3465a15cf0f9d3b80f54e407c9946 /libempathy-gtk/empathy-groups-widget.c | |
parent | 180787f1addccd923d50b45858ba24a0487e98bc (diff) | |
download | gsoc2013-empathy-777e9d330ae950e5cc89f757317fde4e96762363.tar gsoc2013-empathy-777e9d330ae950e5cc89f757317fde4e96762363.tar.gz gsoc2013-empathy-777e9d330ae950e5cc89f757317fde4e96762363.tar.bz2 gsoc2013-empathy-777e9d330ae950e5cc89f757317fde4e96762363.tar.lz gsoc2013-empathy-777e9d330ae950e5cc89f757317fde4e96762363.tar.xz gsoc2013-empathy-777e9d330ae950e5cc89f757317fde4e96762363.tar.zst gsoc2013-empathy-777e9d330ae950e5cc89f757317fde4e96762363.zip |
log-window: sort "Who" list store alphabetically
Currently "Who"-list is sorted with "g_strcmp0 (name)" which
is not what we want (e.g. "Chris" becomes before "bob" because of
the initial capital letter).
Start sorting using g_utf8_collate_key().
https://bugzilla.gnome.org/show_bug.cgi?id=658336
Diffstat (limited to 'libempathy-gtk/empathy-groups-widget.c')
0 files changed, 0 insertions, 0 deletions