From c5ecf465005314537ccc6173fc0b3dfd3a7b4a63 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 11 Nov 2010 01:12:25 +0000 Subject: updated documentation, added FIXME, corrected trivial compile error --- src/client/chat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/chat.cc') diff --git a/src/client/chat.cc b/src/client/chat.cc index 013d525..bdce6d8 100644 --- a/src/client/chat.cc +++ b/src/client/chat.cc @@ -181,7 +181,7 @@ void Chat::update_player_list() for (core::GameInterface::Players::const_iterator it = core::game()->players().begin(); it != core::game()->players().end(); it++) { ui::ListItem *listitem = new ui::ListItem(chat_playerlist, (*it)->name().c_str()); listitem->set_height(listitem->font()->height() * 1.5f); - listitem->set_sortkey(aux::text_strip_lowercase((*it)->name()); + listitem->set_sortkey(aux::text_strip_lowercase((*it)->name())); } chat_playerlist->sort(); -- cgit v1.2.3