From fc2ae02a234e858ca812e5a5b0b4b671d5fc6611 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Thu, 9 Feb 2012 22:18:16 -0500 Subject: [PATCH] I don't think \033]31 has ever worked in KDE 4.x --- src/Session.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Session.cpp b/src/Session.cpp index fb9a6a05e..036acbcbb 100644 --- a/src/Session.cpp +++ b/src/Session.cpp @@ -520,11 +520,12 @@ void Session::setUserTitle(int what, const QString& caption) } } + /* I don't belive this has ever worked in KDE 4.x if (what == 31) { QString cwd = caption; cwd = cwd.replace(QRegExp("^~"), QDir::homePath()); emit openUrlRequest(cwd); - } + }*/ // change icon via \033]32;Icon\007 if (what == 32) {