summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-19 21:00:05 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-19 21:08:28 +0100
commit5a888b5e522df982902580c5cbb9c5c0075ee3cb (patch)
treeb9e20014b4936456e2ac3e514595ff3d71063911 /kde-apps/kdepim-runtime/files
parentapp-backup/backintime-1.1.12-r0: stable on amd64 (diff)
downloadgentoo-5a888b5e522df982902580c5cbb9c5c0075ee3cb.tar.gz
gentoo-5a888b5e522df982902580c5cbb9c5c0075ee3cb.tar.bz2
gentoo-5a888b5e522df982902580c5cbb9c5c0075ee3cb.zip
kde-apps/kdepim-runtime: Fix ical data loss
Revision bump adds upstream patch reported on release mailing list. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kdepim-runtime/files')
-rw-r--r--kde-apps/kdepim-runtime/files/kdepim-runtime-16.12.0-ical-data-loss.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kdepim-runtime/files/kdepim-runtime-16.12.0-ical-data-loss.patch b/kde-apps/kdepim-runtime/files/kdepim-runtime-16.12.0-ical-data-loss.patch
new file mode 100644
index 000000000000..182b8f29bd63
--- /dev/null
+++ b/kde-apps/kdepim-runtime/files/kdepim-runtime-16.12.0-ical-data-loss.patch
@@ -0,0 +1,33 @@
+commit 8ae09b6f4afa8ceb2770da67b6dc79c78b86af47
+Author: David Faure <faure@kde.org>
+Date: Mon Dec 19 13:29:30 2016 +0100
+
+ Fix DATA LOSS bug in ical resource which failed to create std.ics if it didn't exist.
+
+ The default setup sets the Path to be a local path, not a URL.
+ => Use QUrl::fromUserInput so that it can deal with both cases, paths and URLs.
+
+ CCMAIL: smartins@kde.org, release-team@kde.org
+
+diff --git a/resources/shared/singlefileresource/singlefileresource.h b/resources/shared/singlefileresource/singlefileresource.h
+index f3c19aaf5..3f4149903 100644
+--- a/resources/shared/singlefileresource/singlefileresource.h
++++ b/resources/shared/singlefileresource/singlefileresource.h
+@@ -55,7 +55,7 @@ public:
+ , mSettings(new Settings(config()))
+ {
+ // The resource needs network when the path refers to a non local file.
+- setNeedsNetwork(!QUrl(mSettings->path()).isLocalFile());
++ setNeedsNetwork(!QUrl::fromUserInput(mSettings->path()).isLocalFile());
+ }
+ ~SingleFileResource()
+ {
+@@ -82,7 +82,7 @@ public:
+ return;
+ }
+
+- mCurrentUrl = QUrl(mSettings->path()); // path already has scheme
++ mCurrentUrl = QUrl::fromUserInput(mSettings->path()); // the string contains the scheme if remote, doesn't if local path
+ if (mCurrentHash.isEmpty())
+ {
+ // First call to readFile() lets see if there is a hash stored in a