summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/kio/kio.allow.change.panel.launcher.icons.diff
blob: aa393913d94e8279759dcdec066d15cab5d6419b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./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();