[neon/kde/plasma-workspace/Neon/unstable_jammy] debian/patches: Update 0001_kded_geoip
Carlos De Maine
null at kde.org
Sun Jun 9 22:45:10 BST 2024
Git commit a270828db11c1702d7e115998c32cbd914ff154a by Carlos De Maine.
Committed on 09/06/2024 at 21:45.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.
Update 0001_kded_geoip
M +1 -1 debian/patches/0001_kded_geoip
https://invent.kde.org/neon/kde/plasma-workspace/-/commit/a270828db11c1702d7e115998c32cbd914ff154a
diff --git a/debian/patches/0001_kded_geoip b/debian/patches/0001_kded_geoip
index 7c638c8..0967986 100644
--- a/debian/patches/0001_kded_geoip
+++ b/debian/patches/0001_kded_geoip
@@ -163,7 +163,7 @@ index 0000000000000000000000000000000000000000..348e8bbd3cd2cd15f312d85d37e2c610
+ request.setPriority(QNetworkRequest::LowPriority);
+ request.setAttribute(QNetworkRequest::CacheLoadControlAttribute, QNetworkRequest::AlwaysNetwork);
+
-+ request.setHeader(QNetworkRequest::UserAgentHeader, QString("kded/geotimezoned/") + qApp->applicationVersion());
++ request.setHeader(QNetworkRequest::UserAgentHeader, QString("kded/geotimezoned/" + qApp->applicationVersion());
+
+ auto *reply = m_nam.get(request);
+ connect(reply, &QNetworkReply::finished, this, [this, reply] {
More information about the Neon-commits
mailing list