[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:45 UTC 2016


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

The following commit has been merged in the master branch:
commit beb500f55a59db9e06c917343293ebfd4749c0f1
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Oct 5 01:21:55 2011 +0100

    Initialize initialTimeout with the correct value
---
 src/telepathy-handler-application.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/telepathy-handler-application.cpp b/src/telepathy-handler-application.cpp
index 9bf7cfa..4079f61 100644
--- a/src/telepathy-handler-application.cpp
+++ b/src/telepathy-handler-application.cpp
@@ -100,7 +100,7 @@ KComponentData TelepathyHandlerApplication::Private::initHack()
 
 void TelepathyHandlerApplication::Private::init(int initialTimeout, int timeout)
 {
-    this->initialTimeout = timeout;
+    this->initialTimeout = initialTimeout;
     this->timeout = timeout;
 
     // If timeout < 0 we let the application exit when the last window is closed,

-- 
ktp-filetransfer-handler packaging



More information about the pkg-kde-commits mailing list