diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-11 03:15:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-11 03:24:57 +0200 |
commit | 7bb914552302757ead6f9df40a5de499cc0f6bb9 (patch) | |
tree | 9ceff02e81f7bbc72597fde44d8e12d6f0c0cc01 /net-p2p/ktorrent/files | |
parent | net-libs/libktorrent: Drop 2.2.0 (r0) (diff) | |
download | gentoo-7bb914552302757ead6f9df40a5de499cc0f6bb9.tar.gz gentoo-7bb914552302757ead6f9df40a5de499cc0f6bb9.tar.bz2 gentoo-7bb914552302757ead6f9df40a5de499cc0f6bb9.zip |
net-p2p/ktorrent: Remove redundant show() in main, fix systray start
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p/ktorrent/files')
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-5.2.0-fix-start-in-systray.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/files/ktorrent-5.2.0-fix-start-in-systray.patch b/net-p2p/ktorrent/files/ktorrent-5.2.0-fix-start-in-systray.patch new file mode 100644 index 000000000000..50049afae35f --- /dev/null +++ b/net-p2p/ktorrent/files/ktorrent-5.2.0-fix-start-in-systray.patch @@ -0,0 +1,24 @@ +From 9747a8f524942b57e2fd42254c3de73f9d42918c Mon Sep 17 00:00:00 2001 +From: Matt Scheirer <matt.scheirer@gmail.com> +Date: Sun, 17 May 2020 02:36:09 -0400 +Subject: [PATCH] Fix starting in tray by removing redundant show() in main + +--- + ktorrent/main.cpp | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/ktorrent/main.cpp b/ktorrent/main.cpp +index b5866c22..8e532c9c 100644 +--- a/ktorrent/main.cpp ++++ b/ktorrent/main.cpp +@@ -208,7 +208,6 @@ int main(int argc, char** argv) + bt::InitLog(kt::DataDir(kt::CreateIfNotExists) + QLatin1String("log"), true, true, logToStdout); + + kt::GUI widget; +- widget.show(); + + auto handleCmdLine = [&widget, &parser](const QStringList &arguments, const QString &workingDirectory) + { +-- +GitLab + |