summarylogtreecommitdiffstats
path: root/fix-mail-sendto.patch
blob: cfd6415cc865545db9f9394c78a5400226f8fc93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/shutter-0.93.1/bin/shutter b/shutter-0.93.1/bin/shutter
index a0495d4..656cbe7 100755
--- a/shutter-0.93.1/bin/shutter
+++ b/shutter-0.93.1/bin/shutter
@@ -6964,7 +6964,7 @@ else {
             );
         }
         else {
-            push( @files_to_email, $session_screens{$key}->{'uri'}->to_string );
+            push( @files_to_email, $session_screens{$key}->{'long'} );
         }
 
         my $mail_string = undef;