Skip to content

Commit

Permalink
Fixed launchpad bug #1469840: Error taking a screenshot and selecting…
Browse files Browse the repository at this point in the history
… the option Send by email (Ctrl+Shift+E)
  • Loading branch information
Mauricio López authored and dniku committed Aug 5, 2017
1 parent d667876 commit d28811b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/shutter
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ binmode STDOUT, ":utf8";
#define constants
#--------------------------------------
use constant MAX_ERROR => 5;
use constant SHUTTER_REV => 'Rev.1279';
use constant SHUTTER_REV => 'Rev.1280';
use constant SHUTTER_NAME => 'Shutter';
use constant SHUTTER_VERSION => '0.93.1';
#--------------------------------------
Expand Down Expand Up @@ -6968,7 +6968,8 @@ else {
);
}
else {
push( @files_to_email, $session_screens{$key}->{'uri'}->to_string );
# Patch correcting xdg-email by Keith Edmunds <kae@midnighthax.com> from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819149
push( @files_to_email, "$session_screens{$key}->{'folder'}"."/"."$session_screens{$key}->{'short'}" );
}

my $mail_string = undef;
Expand Down

0 comments on commit d28811b

Please sign in to comment.