From 4be6238b85e9d4b39c4f1fc23ba05952df78179a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 3 Nov 2008 00:37:35 +0000 Subject: minor bugfixes --- src/client/chat.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/chat.cc') diff --git a/src/client/chat.cc b/src/client/chat.cc index dc66a1b..f123bbc 100644 --- a/src/client/chat.cc +++ b/src/client/chat.cc @@ -43,9 +43,9 @@ Chat::~Chat() history.clear(); } -void Chat::set_small(bool small) +void Chat::set_small_view(bool small_chat_view) { - chat_small = small; + chat_small = small_chat_view; } void Chat::event_text(const std::string & text) -- cgit v1.2.3