summarylogtreecommitdiffstats
path: root/fix-dropbox.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-dropbox.patch')
-rw-r--r--fix-dropbox.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix-dropbox.patch b/fix-dropbox.patch
deleted file mode 100644
index b9b6b471bef5..000000000000
--- a/fix-dropbox.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- share/shutter/resources/system/upload_plugins/upload/Dropbox.pm 2015-07-09 17:58:48.000000000 +0200
-+++ share/shutter/resources/system/upload_plugins/upload/Dropbox.pm 2016-09-11 08:21:17.113474014 +0200
-@@ -195,7 +195,7 @@
- $upload_file->close();
-
- if(! $self->{_box}->error) {
-- $res = $self->{_box}->media($self->{_config}->{upload_folder} . "/" . basename($upload_filename));
-+ $res = $self->{_box}->shares($self->{_config}->{upload_folder} . "/" . basename($upload_filename), {short_url => 0});
- }
-
- if(! $self->{_box}->error){