From 52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Jul 2020 19:45:19 +0200 Subject: Cleanup unused KDE patches Thanks to Patrick Volkerding for the effort. --- .../ktp-accounts-kcm_kdebug_351785.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 kde/patch/ktp-accounts-kcm/ktp-accounts-kcm_kdebug_351785.patch (limited to 'kde/patch/ktp-accounts-kcm') diff --git a/kde/patch/ktp-accounts-kcm/ktp-accounts-kcm_kdebug_351785.patch b/kde/patch/ktp-accounts-kcm/ktp-accounts-kcm_kdebug_351785.patch deleted file mode 100644 index aa77aae..0000000 --- a/kde/patch/ktp-accounts-kcm/ktp-accounts-kcm_kdebug_351785.patch +++ /dev/null @@ -1,32 +0,0 @@ -From: Martin Klapetek -Date: Thu, 17 Sep 2015 16:11:30 +0000 -Subject: [kaccounts] Emit configUiReady() when config UI is ready -X-Git-Url: http://quickgit.kde.org/?p=ktp-accounts-kcm.git&a=commitdiff&h=07c7cc5309e11171b2e552678d58257ccfc44e42 ---- -[kaccounts] Emit configUiReady() when config UI is ready - -Should prevent the crash when clicking the Configure button - -(requires kaccounts-integration 15.08.2) - -BUG: 351785 -FIXED-IN: 15.08.2 ---- - - ---- a/plugins/kaccounts/kaccounts-ui-provider.cpp -+++ b/plugins/kaccounts/kaccounts-ui-provider.cpp -@@ -106,10 +106,10 @@ - - if (d->type == KAccountsUiPlugin::ConfigureAccountDialog) { - if (d->accountManager->isReady()) { -- Q_EMIT uiReady(); -+ Q_EMIT configUiReady(); - } else { - // let's wait for AM to become ready first -- connect(d->accountManager->becomeReady(), &Tp::PendingOperation::finished, this, &KAccountsUiProvider::uiReady); -+ connect(d->accountManager->becomeReady(), &Tp::PendingOperation::finished, this, &KAccountsUiProvider::configUiReady); - } - } - } - -- cgit v1.2.3