[SCM] ktp-filetransfer-handler packaging branch, master, updated. debian/15.12.1-2-226-g825cd93

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:11:13 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-filetransfer-handler.git;a=commitdiff;h=2e35ae6

The following commit has been merged in the master branch:
commit 2e35ae6fa6ec908201f9a7ef0bd29d5b51fc01b0
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date:   Tue Jun 7 00:59:20 2011 +0300

    Don't stop the jobs before the file transfer has actually finished.
---
 src/handle-incoming-file-transfer-channel-job.cpp | 1 -
 src/handle-outgoing-file-transfer-channel-job.cpp | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/handle-incoming-file-transfer-channel-job.cpp b/src/handle-incoming-file-transfer-channel-job.cpp
index 30181cc..7ba6878 100644
--- a/src/handle-incoming-file-transfer-channel-job.cpp
+++ b/src/handle-incoming-file-transfer-channel-job.cpp
@@ -141,7 +141,6 @@ void HandleIncomingFileTransferChannelJobPrivate::__k__onSetUrlOperationFinished
     Tp::PendingOperation* acceptFileOperation = channel->acceptFile(offset, file);
     q->connect(acceptFileOperation, SIGNAL(finished(Tp::PendingOperation*)),
                q, SLOT(__k__onAcceptFileFinished(Tp::PendingOperation*)));
-    addOperation(acceptFileOperation);
 }
 
 void HandleIncomingFileTransferChannelJobPrivate::__k__onFileTransferChannelStateChanged(Tp::FileTransferState state,
diff --git a/src/handle-outgoing-file-transfer-channel-job.cpp b/src/handle-outgoing-file-transfer-channel-job.cpp
index 88849e2..a256de3 100644
--- a/src/handle-outgoing-file-transfer-channel-job.cpp
+++ b/src/handle-outgoing-file-transfer-channel-job.cpp
@@ -177,7 +177,6 @@ void HandleOutgoingFileTransferChannelJobPrivate::__k__provideFile()
     Tp::PendingOperation* provideFileOperation = channel->provideFile(file);
     q->connect(provideFileOperation, SIGNAL(finished(Tp::PendingOperation*)),
                q, SLOT(__k__onProvideFileFinished(Tp::PendingOperation*)));
-    addOperation(provideFileOperation);
 }
 
 void HandleOutgoingFileTransferChannelJobPrivate::__k__onFileTransferChannelTransferredBytesChanged(qulonglong count)

-- 
ktp-filetransfer-handler packaging



More information about the pkg-kde-commits mailing list