]> git.0d.be Git - empathy.git/commit
log-window: sort "Who" list store alphabetically
authorJussi Kukkonen <jku@linux.intel.com>
Tue, 6 Sep 2011 08:50:35 +0000 (11:50 +0300)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 8 Sep 2011 11:49:34 +0000 (12:49 +0100)
commit777e9d330ae950e5cc89f757317fde4e96762363
treef59e134dc6e3465a15cf0f9d3b80f54e407c9946
parent180787f1addccd923d50b45858ba24a0487e98bc
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
libempathy-gtk/empathy-log-window.c