diff options
Diffstat (limited to 'src/DesktopIntegration.vala')
| -rw-r--r-- | src/DesktopIntegration.vala | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/DesktopIntegration.vala b/src/DesktopIntegration.vala index 68d1ec6..754d9a1 100644 --- a/src/DesktopIntegration.vala +++ b/src/DesktopIntegration.vala @@ -9,7 +9,6 @@ namespace DesktopIntegration {  private const string DESKTOP_SLIDESHOW_XML_FILENAME = "wallpaper.xml";  private int init_count = 0; -private bool send_to_installed = false;  private ExporterUI send_to_exporter = null;  private ExporterUI desktop_slideshow_exporter = null;  private double desktop_slideshow_transition = 0.0; @@ -113,6 +112,7 @@ public async void files_send_to(File[] files) {          yield portal.compose_email(parent, {null}, null, null,              _("Send files per Mail: ")  + file_names.str, null, file_paths, Xdp.EmailFlags.NONE, null);      } catch (Error e){ +        // Translators: The first %s is the name of the file, the second %s is the reason why it could not be sent          AppWindow.error_message(_("Unable to send file %s, %s").printf(          file_names.str, e.message));      } | 
