Remove upstream applied patch.
authorSandro Knauß <hefee@debian.org>
Tue, 13 Dec 2022 11:56:19 +0000 (12:56 +0100)
committerSandro Knauß <hefee@debian.org>
Tue, 13 Dec 2022 11:56:19 +0000 (12:56 +0100)
debian/patches/0005-compat-older-python3-nautilus.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/0005-compat-older-python3-nautilus.patch b/debian/patches/0005-compat-older-python3-nautilus.patch
deleted file mode 100644 (file)
index 1e2ce8f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Nathan Pratta Teodosio <nathan.teodosio@canonical.com>
-Date: Thu, 25 Aug 2022 11:02:03 +0200
-Subject: Compatibility with older python3-nautilus
-Forwarded: https://github.com/nextcloud/desktop/pull/4870
-
----
- shell_integration/nautilus/syncstate.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/shell_integration/nautilus/syncstate.py b/shell_integration/nautilus/syncstate.py
-index c4dacb5..9e0d51b 100644
---- a/shell_integration/nautilus/syncstate.py
-+++ b/shell_integration/nautilus/syncstate.py
-@@ -200,9 +200,10 @@ class MenuExtension_ownCloud(GObject.GObject, Nautilus.MenuProvider):
-                 break
-         return (topLevelFolder, internalFile)
--    def get_file_items(self, window, files):
-+    def get_file_items(self, *args):
-         # Show the menu extension to share a file or folder
-+        files = args[-1]
-         # Get usable file paths from the uris
-         all_internal_files = True
-         for i, file_uri in enumerate(files):
index f5b31398d8c57a2a3707b79e49cd266a3c72aa94..78918e18f47e39b1966c8ca86a1993b428439dae 100644 (file)
@@ -2,4 +2,3 @@
 0002-use_system_buildflags.patch
 0003-Use-release-version-for-Debian.patch
 0004-Revert-8fb673457b42-Add-a-button-to-create-a-debug-a.patch
-0005-compat-older-python3-nautilus.patch