[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:04:35 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=2e62c62

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

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

diff --git a/telepathy-handler-application.cpp b/telepathy-handler-application.cpp
index 9bf7cfa..4079f61 100644
--- a/telepathy-handler-application.cpp
+++ b/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-common-internals packaging



More information about the pkg-kde-commits mailing list