| Summary: | Incoming File Transfer Job calls provideFile() for no reason | ||
|---|---|---|---|
| Product: | [Unmaintained] telepathy | Reporter: | David Edmundson <kde> |
| Component: | filetransfer | Assignee: | Telepathy Bugs <kde-telepathy-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | 0.4.0 | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Git commit 74fc88a216ec393db2bebadedfbd6749b86d7efd by Daniele E. Domenichelli. Committed on 10/10/2011 at 10:30. Pushed by ddomenichelli into branch 'master'. Remove call to not existing slot BUG: 283607 M +0 -2 src/handle-incoming-file-transfer-channel-job.cpp http://commits.kde.org/telepathy-filetransfer-handler/74fc88a216ec393db2bebadedfbd6749b86d7efd |
HandleIncomingFileTransferChannelJob::HandleIncomingFileTransferChannelJob(Tp::IncomingFileTransferChannelPtr channel, case Tp::FileTransferStateAccepted: QTimer::singleShot(0, q, SLOT(__k__provideFile())); This doesn't exist and does nothing. It's seems like over-enthusiastic copy and pasting as it makes no sense.