drop patch which is already merged in 4.9.4

This commit is contained in:
Than Ngo 2012-12-03 22:27:22 +01:00
parent 3966b2d0bd
commit faa7170e1d
2 changed files with 0 additions and 12 deletions

View File

@ -1,10 +0,0 @@
--- kdelibs-4.9.3/plasma/private/packages.cpp 2012-10-19 12:26:32.000000000 +0200
+++ kdelibs-4.9.3/plasma/private/packages.cpp_new 2012-11-23 13:19:25.757302077 +0100
@@ -109,6 +109,7 @@ void PlasmoidPackage::createNewWidgetBro
m_knsDialog = knsDialog = new KNS3::DownloadDialog("plasmoids.knsrc", parent);
knsDialog->setProperty("DoNotCloseController", true);
connect(knsDialog, SIGNAL(accepted()), this, SIGNAL(newWidgetBrowserFinished()));
+ connect(knsDialog, SIGNAL(accepted()), knsDialog, SLOT(deleteLater()));
}
knsDialog->show();

View File

@ -162,7 +162,6 @@ Patch58: kdelibs-cmake_python3.patch
Patch59: kdelibs-4.9.3-kcm_ssl.patch
## upstream
Patch100: kdelibs-4.9.3-delete-downloadDialog.patch
## security fix
# Not Upstreamed? why not ? -- Rex
@ -337,7 +336,6 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
%patch59 -p1 -b .filter
# upstream patches
%patch100 -p1 -b .delete-downloadDialog
# security fixes
%patch200 -p1 -b .CVE-2009-2702