summaryrefslogtreecommitdiff
path: root/app-misc/khal/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /app-misc/khal/files
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'app-misc/khal/files')
-rw-r--r--app-misc/khal/files/khal-0.10.4-add-etag.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-misc/khal/files/khal-0.10.4-add-etag.patch b/app-misc/khal/files/khal-0.10.4-add-etag.patch
new file mode 100644
index 000000000000..14b9e6df71bf
--- /dev/null
+++ b/app-misc/khal/files/khal-0.10.4-add-etag.patch
@@ -0,0 +1,10 @@
+--- a/khal/ui/__init__.py 2022-02-02 16:30:20.507169060 +0100
++++ b/khal/ui/__init__.py 2022-02-02 16:30:46.497378047 +0100
+@@ -1109,6 +1109,7 @@
+ account, href, etag = part.split('\n', 2)
+ event = self.collection.get_event(href, account)
+ event.delete_instance(rec_id)
++ event.etag = etag
+ self.collection.update(event)
+
+ def keypress(self, size, key):