diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-03 23:04:32 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-03 23:04:32 +0200 |
commit | df34b5611a633200e1f2dd319ea7cb1f63755b0c (patch) | |
tree | f5bbf4c7f25a11eb9ad0c38e753fe56df2b813c5 /redhat/tdebase/tdebase-14.0.0-open_terminal_here.patch | |
parent | 473c7cd7fa5b1650b203cb5207a4320b0c57a9c0 (diff) | |
download | tde-packaging-df34b5611a633200e1f2dd319ea7cb1f63755b0c.tar.gz tde-packaging-df34b5611a633200e1f2dd319ea7cb1f63755b0c.zip |
RPM Packaging: update tqt3
Diffstat (limited to 'redhat/tdebase/tdebase-14.0.0-open_terminal_here.patch')
-rw-r--r-- | redhat/tdebase/tdebase-14.0.0-open_terminal_here.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/redhat/tdebase/tdebase-14.0.0-open_terminal_here.patch b/redhat/tdebase/tdebase-14.0.0-open_terminal_here.patch deleted file mode 100644 index cc361c712..000000000 --- a/redhat/tdebase/tdebase-14.0.0-open_terminal_here.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- tdebase/kdesktop/krootwm.cc.openterminalhere 2013-07-24 21:45:14.083030776 +0200 -+++ tdebase/kdesktop/krootwm.cc 2013-07-26 17:37:34.561203115 +0200 -@@ -132,7 +132,7 @@ - if (kapp->authorize("run_command")) - { - new TDEAction(i18n("Run Command..."), "run", 0, TQT_TQOBJECT(m_pDesktop), TQT_SLOT( slotExecuteCommand() ), m_actionCollection, "exec" ); -- new TDEAction(i18n("Open Terminal Here..." ), "terminal", CTRL+Key_T, this, TQT_SLOT( slotOpenTerminal() ), -+ new TDEAction(i18n("Open Terminal..." ), "terminal", CTRL+Key_T, this, TQT_SLOT( slotOpenTerminal() ), - m_actionCollection, "open_terminal" ); - } - -@@ -760,7 +760,7 @@ - TDEConfigGroupSaver gs(TDEGlobal::config(), "General"); - TQString terminal = TDEGlobal::config()->readPathEntry("TerminalApplication", "konsole"); - -- *p << terminal << "--workdir=" + TDEGlobalSettings::desktopPath() + "/"; -+ *p << terminal; - - p->start(TDEProcess::DontCare); - |