diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-07-20 14:07:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-07-20 14:07:46 +0200 |
commit | 92a79aacbf96307f4d31f0034f5058415cc34c5c (patch) | |
tree | 1aa221a39f1700eb8f1968760c21eeb9b171e1c4 /debian/patches/0015-xdg-email.patch | |
parent | 1d2f47520c4aa0f47459246d660485ef6b80cc48 (diff) | |
parent | 3fbb9230e021593a66363b97e9da4fd3f3c64c62 (diff) |
Merge tag '3.28.1-1' into develop
New upstream release
Diffstat (limited to 'debian/patches/0015-xdg-email.patch')
-rw-r--r-- | debian/patches/0015-xdg-email.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/0015-xdg-email.patch b/debian/patches/0015-xdg-email.patch deleted file mode 100644 index a86c354..0000000 --- a/debian/patches/0015-xdg-email.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: Add space between xdg-email ans parameter -Author: Jörg Frings-Fürst <debian@jff.email> -Last-Update: 2018-01-13 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/src/app-window.vala -=================================================================== ---- trunk.orig/src/app-window.vala -+++ trunk/src/app-window.vala -@@ -1193,7 +1193,7 @@ public class AppWindow : Gtk.Application - yield book.save_async (type, settings.get_int ("jpeg-quality"), file, null, null); - var command_line = "xdg-email"; - if (type == "pdf") -- command_line += "--attach %s".printf (file.get_path ()); -+ command_line += " --attach %s".printf (file.get_path ()); - else - { - for (var i = 0; i < book.n_pages; i++) { |