[Bug 302122] Skype appear in list of available protocols even though it is not available

David Edmundson kde at davidedmundson.co.uk
Mon Jul 16 11:18:52 BST 2012


https://bugs.kde.org/show_bug.cgi?id=302122

David Edmundson <kde at davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |Future

--- Comment #3 from David Edmundson <kde at davidedmundson.co.uk> ---
Found the bug:

when generating the list based on profiles we simply check the
connectionmanager (haze) exists, however, not that this connection manager
supports the relevant protocol

void ProfileListModel::populateList()
{
...
        //don't include profiles which we don't have a CM for
        if (! m_connectionManagerNames.contains(profile->cmName())) {
            continue;
        }
..
}

This logic needs to be improved.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list