Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.

git-svn-id: http://yate.null.ro/svn/yate/trunk@826 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-06-01 10:53:29 +00:00
parent 7adbb1eac1
commit 3f91434a2e
1 changed files with 1 additions and 1 deletions

View File

@ -1765,7 +1765,7 @@ void Client::updateFrom(const String& id)
void Client::updateFrom(const ClientChannel* chan)
{
m_activeId = chan ? chan->id() : "";
m_activeId = chan ? chan->id().c_str() : "";
enableAction(chan,"accept");
enableAction(chan,"reject");
enableAction(chan,"hangup");