[Bug 37034] Telepathy-Qt4 doesn't set the URI property for file transfers.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jun 5 15:25:28 CEST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=37034

--- Comment #17 from Daniele E. Domenichelli <daniele.domenichelli at gmail.com> 2011-06-05 06:25:26 PDT ---
I updated the branch again and I found out why it was causing SIGSEGV.
In account-channel-dispatcher.cpp the method
TestAccountChannelDispatcher::testPCR is always checking if
channelRequest()->channel().isNull(), but if the constructor by errorName and
errorMessage of pendingChannelRequest is used, then channelRequest() is null...
I fixed it checking if channelRequest().isNull() before doing other stuff, but
I'm not sure if I should set the channel somehow...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the telepathy-bugs mailing list