diff options
author | 2017-08-12 19:54:34 +0200 | |
---|---|---|
committer | 2017-08-17 18:39:11 +0200 | |
commit | f84fcbb5131013f9494b9024ec746f68fcbdad36 (patch) | |
tree | da178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /kde-apps/konsole/files | |
parent | profiles: Mask legacy KDE Applications for removal (diff) | |
download | gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2 gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip |
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps/konsole/files')
-rw-r--r-- | kde-apps/konsole/files/konsole-16.12.3-newtabs.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/konsole/files/konsole-16.12.3-newtabs.patch b/kde-apps/konsole/files/konsole-16.12.3-newtabs.patch deleted file mode 100644 index 45ee52bd2605..000000000000 --- a/kde-apps/konsole/files/konsole-16.12.3-newtabs.patch +++ /dev/null @@ -1,31 +0,0 @@ -From e3de3ca72552c81bc8d7dbe5cf1568eedd33c31e Mon Sep 17 00:00:00 2001 -From: "Martin T. H. Sandsmark" <martin.sandsmark@kde.org> -Date: Wed, 25 Jan 2017 22:25:48 +0100 -Subject: [PATCH] Fix opening of new tabs with multiple processes - -Make sure we re-use the process if the user wants a new tab. - -BUG: 373440 -REVIEW: 129886 ---- - src/main.cpp | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/main.cpp b/src/main.cpp -index f4bb5af..33a2bdb 100644 ---- a/src/main.cpp -+++ b/src/main.cpp -@@ -117,8 +117,8 @@ extern "C" int Q_DECL_EXPORT kdemain(int argc, char* argv[]) - parser->process(*app); - about.processCommandLine(parser.data()); - -- // Enable user to force multiple instances -- if (!Konsole::KonsoleSettings::useSingleInstance()) { -+ // Enable user to force multiple instances, unless a new tab is requested -+ if (!Konsole::KonsoleSettings::useSingleInstance() && !parser->isSet(QStringLiteral("new-tab"))) { - startupOption = KDBusService::Multiple; - } - --- -2.10.2 - |