Re: [Meego-handset] [PATCH] Fixed: BMC#17327, Unable to end the hold conference call if still exist an active call in Dialer app Signed-off-by: Arun Ravindran arun...@gmail.com

2011-05-17 Thread Shane Bryan
On Mon, 16 May 2011 14:03:37 +0300 Arun Ravindran arun...@gmail.com wrote: The root cause of this issue was an improper button update. where DialerApplication::handleCallsChanged() calls, m_mainWindow-activateWindow(), but button update happens only if the dialer was not visible previously by

[Meego-handset] [PATCH] Fixed: BMC#17327, Unable to end the hold conference call if still exist an active call in Dialer app Signed-off-by: Arun Ravindran arun...@gmail.com

2011-05-16 Thread Arun Ravindran
The root cause of this issue was an improper button update. where DialerApplication::handleCallsChanged() calls, m_mainWindow-activateWindow(), but button update happens only if the dialer was not visible previously by the function void MainWindow::onDisplayEntered(). With this patch the update