[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kde-workspace/KDE/4.11] libs/taskmanager: konsole -> kwin
From:       Aaron Seigo <aseigo () kde ! org>
Date:       2013-09-29 21:24:52
Message-ID: E1VQOU0-0002ts-9u () scm ! kde ! org
[Download RAW message or body]

Git commit 4eb7f6ab362f4fff79f0c0e5b2147f2c5eb22687 by Aaron Seigo.
Committed on 29/09/2013 at 16:08.
Pushed by aseigo into branch 'KDE/4.11'.

konsole -> kwin

long live copy and paste coding (i fixed this ages ago in the place this was
borrowed from)

M  +1    -1    libs/taskmanager/launcheritem.cpp

http://commits.kde.org/kde-workspace/4eb7f6ab362f4fff79f0c0e5b2147f2c5eb22687

diff --git a/libs/taskmanager/launcheritem.cpp b/libs/taskmanager/launcheritem.cpp
index 8377a09..ac94732 100644
--- a/libs/taskmanager/launcheritem.cpp
+++ b/libs/taskmanager/launcheritem.cpp
@@ -299,7 +299,7 @@ QString LauncherItem::defaultApplication() const
         return browserApp;
     } else if (application.compare("terminal", Qt::CaseInsensitive) == 0) {
         KConfigGroup confGroup(KGlobal::config(), "General");
-        return confGroup.readPathEntry("TerminalApplication", QString::fromLatin1("konsole"));
+        return confGroup.readPathEntry("TerminalApplication", QString::fromLatin1("kwin"));
     } else if (application.compare("filemanager", Qt::CaseInsensitive) == 0) {
         KService::Ptr service = KMimeTypeTrader::self()->preferredService("inode/directory");
         if (service) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic