From kde-telepathy Wed Jan 04 21:42:55 2012 From: Daniele E. Domenichelli Date: Wed, 04 Jan 2012 21:42:55 +0000 To: kde-telepathy Subject: [Bug 290634] New: Cannot accept contact authorization request Message-Id: X-MARC-Message: https://marc.info/?l=kde-telepathy&m=132571352215402 https://bugs.kde.org/show_bug.cgi?id=290634 Summary: Cannot accept contact authorization request Product: telepathy Version: git-latest Platform: Unlisted Binaries OS/Version: Linux Status: NEW Severity: major Priority: NOR Component: kded-module AssignedTo: kde-telepathy@kde.org ReportedBy: daniele.domenichelli@gmail.com Blocks: 285413 Using haze-msn I get the authorization request in the system tray, but when I click on authorize I get a "success" popup, but the contact is not really added. The problem is in contact-request-handler.cpp:281 // If needed, reiterate the request on the other end if (contact->manager()->canRequestPresenceSubscription() && contact->subscriptionState() == Tp::Contact::PresenceStateNo) { connect(contact->manager()->requestPresenceSubscription(QList< Tp::ContactPtr >() << contact), SIGNAL(finished(Tp::PendingOperation*)), this, SLOT(onFinalizeSubscriptionFinished(Tp::PendingOperation*))); } Removing the "if" I was able to accept the request, but now I'm no longer able to reproduce this, because the contact was added, and I don't understand why. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDE-Telepathy mailing list KDE-Telepathy@kde.org https://mail.kde.org/mailman/listinfo/kde-telepathy