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


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

The following commit has been merged in the master branch:
commit 1292ed0154884ead119bc57c6e6fc5d5e3699674
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Jun 15 23:34:30 2011 +0200

    Don't exit when the last window is closed
    
    This solves a bug that makes the ft-handler quit when the rename/overwrite dialog is closed
---
 src/main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main.cpp b/src/main.cpp
index acf2cc2..27cf6ca 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -42,6 +42,7 @@ int main(int argc, char* argv[])
 
     KCmdLineArgs::init(argc, argv, &aboutData);
     KUniqueApplication app;
+    app.setQuitOnLastWindowClosed(false);
 
     Tp::registerTypes();
     //Enable telepathy-Qt4 debug

-- 
ktp-filetransfer-handler packaging



More information about the pkg-kde-commits mailing list