Show docked chat by default.

git-svn-id: http://voip.null.ro/svn/yate@3979 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2010-12-17 16:30:02 +00:00
parent 7c8908a1f1
commit 6e4a353be6
1 changed files with 1 additions and 0 deletions

View File

@ -865,6 +865,7 @@ Client::Client(const char *name)
m_toggles[OptKeypadVisible] = true;
m_toggles[OptAddAccountOnStartup] = true;
m_toggles[OptNotifyChatState] = true;
m_toggles[OptDockedChat] = true;
s_incomingUrlParam = Engine::config().getValue("client","incomingcallurlparam",
"caller_info_uri");