summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch')
-rw-r--r--source/kde/kde/patch/kio.patch2
-rw-r--r--source/kde/kde/patch/kio/kio.allow.change.panel.launcher.icons.diff11
2 files changed, 0 insertions, 13 deletions
diff --git a/source/kde/kde/patch/kio.patch b/source/kde/kde/patch/kio.patch
deleted file mode 100644
index 7a91249d0..000000000
--- a/source/kde/kde/patch/kio.patch
+++ /dev/null
@@ -1,2 +0,0 @@
-# Allow changing panel launcher icons:
-cat $CWD/patch/kio/kio.allow.change.panel.launcher.icons.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/kio/kio.allow.change.panel.launcher.icons.diff b/source/kde/kde/patch/kio/kio.allow.change.panel.launcher.icons.diff
deleted file mode 100644
index aa393913d..000000000
--- a/source/kde/kde/patch/kio/kio.allow.change.panel.launcher.icons.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/widgets/kpropertiesdialog.cpp.orig 2021-10-02 09:28:47.000000000 -0500
-+++ ./src/widgets/kpropertiesdialog.cpp 2021-10-10 13:23:29.757051042 -0500
-@@ -1239,6 +1239,8 @@
- if (readOnly) {
- Q_ASSERT(!d->m_bFromTemplate);
-
-+ disconnect(d->m_ui->fileNameLineEdit, &QLineEdit::textChanged, this, &KFilePropsPlugin::nameFileChanged);
-+
- d->m_ui->fileNameLineEdit->setText(QString());
- d->m_ui->fileNameLineEdit->hide();
-