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/client.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/client.cc') diff --git a/src/client/client.cc b/src/client/client.cc index 2400089..667a060 100644 --- a/src/client/client.cc +++ b/src/client/client.cc @@ -51,7 +51,7 @@ void func_r_restart(std::string const &args) void func_ui_chat(std::string const &args) { if (core::application()->connected()) { - client()->view()->chat()->set_small(false); + client()->view()->chat()->set_small_view(false); client()->view()->chat()->toggle(); } } @@ -59,7 +59,7 @@ void func_ui_chat(std::string const &args) void func_ui_chatsmall(std::string const &args) { if (core::application()->connected()) { - client()->view()->chat()->set_small(true); + client()->view()->chat()->set_small_view(true); client()->view()->chat()->toggle(); } } -- cgit v1.2.3