it's included on 4.10.3, drop

This commit is contained in:
Than Ngo 2013-05-06 17:12:51 +02:00
parent 8bc04bf5b0
commit 63e08e29de
2 changed files with 0 additions and 17 deletions

View File

@ -1,13 +0,0 @@
diff --git a/plasma/applet.cpp b/plasma/applet.cpp
index 9ed62bc..5ede42b 100644
--- a/plasma/applet.cpp
+++ b/plasma/applet.cpp
@@ -2713,6 +2713,8 @@ AppletPrivate::AppletPrivate(KService::Ptr service, const KPluginInfo *info, int
} else if (appletId > s_maxAppletId) {
s_maxAppletId = appletId;
}
+
+ publishUI.publishCheckbox = 0;
}
AppletPrivate::~AppletPrivate()

View File

@ -160,9 +160,6 @@ Patch100: return-not-break.-copy-paste-error.patch
Patch101: coding-style-fixes.patch
Patch102: return-application-icons-properly.patch
# https://git.reviewboard.kde.org/r/110158/
Patch124: kdelibs-reviewboard-r110158.patch
## security fix
# Not Upstreamed? why not ? -- Rex
Patch200: kdelibs-4.10.0-CVE-2009-2702.patch
@ -354,7 +351,6 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
%patch100 -p1 -R -b .return-not-break.-copy-paste-error
%patch101 -p1 -R -b .coding-style-fixes.patch
%patch102 -p1 -R -b .return-application-icons-properly
%patch124 -p1 -b .0024-2
# security fixes
%patch200 -p1 -b .CVE-2009-2702