2006-01-18 [paul] 1.9.100cvs166
authorPaul Mangan <paul@claws-mail.org>
Wed, 18 Jan 2006 09:09:58 +0000 (09:09 +0000)
committerPaul Mangan <paul@claws-mail.org>
Wed, 18 Jan 2006 09:09:58 +0000 (09:09 +0000)
* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
use %U instead of %F (%F is broken for user installed
files in kde 3.5)

ChangeLog
PATCHSETS
configure.ac
tools/kdeservicemenu/template_sylpheed-attach-files.desktop
tools/kdeservicemenu/template_sylpheed-compress-attach.desktop

index 1f28c80d39e38946f440470146695c054fb4f588..83368f870b79c1ad1956f4c1ff52c1695527dd0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-18 [paul]      1.9.100cvs166
+
+       * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
+       * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
+               use %U instead of %F (%F is broken for user installed
+               files in kde 3.5)
+
 2006-01-18 [cleroy]    1.9.100cvs165
 
        * src/summaryview.c
index 6d0a9e980fc91d95113ced57d0a2960270cb5051..8864cfe05dbdec0ad02ddd1dfe425b259e4e9996 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.83.2.58 -r 1.83.2.59 src/mimeview.c;  ) > 1.9.100cvs163.patchset
 ( cvs diff -u -r 1.382.2.225 -r 1.382.2.226 src/compose.c;  ) > 1.9.100cvs164.patchset
 ( cvs diff -u -r 1.395.2.158 -r 1.395.2.159 src/summaryview.c;  ) > 1.9.100cvs165.patchset
+( cvs diff -u -r 1.3.2.5 -r 1.3.2.6 tools/kdeservicemenu/template_sylpheed-attach-files.desktop;  cvs diff -u -r 1.3.2.5 -r 1.3.2.6 tools/kdeservicemenu/template_sylpheed-compress-attach.desktop;  ) > 1.9.100cvs166.patchset
index 297405c132fd730c6e2c7c81aff890d199e61455..fd8395fb53a0256b71b17d1416337db3480d5c19 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=100
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=165
+EXTRA_VERSION=166
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 403f756f548136cb4b21f25d9ca05ff0d651366d..7b7de97b99c6dd7d9ef282a702c0be02861df279 100644 (file)
@@ -16,7 +16,7 @@ Name[it]=Allega file
 Name[pt_BR]=Anexar arquivo(s)
 Name[sk]=Pripoji» súbor(y)
 Icon=sylpheed-claws
-Exec=SCRIPT_PATH attachfile %F
+Exec=SCRIPT_PATH attachfile %U
 
 [Desktop Action GZipAndAttach]
 Name=Attach as GZip File(s)
@@ -27,7 +27,7 @@ Name[it]=Allega come file .gz
 Name[pt_BR]=Anexar como arquivo(s) GZip
 Name[sk]=Pripoji» ako súbor(y) GZip
 Icon=sylpheed-claws
-Exec=SCRIPT_PATH gz %F
+Exec=SCRIPT_PATH gz %U
 
 [Desktop Action BZipAndAttach]
 Name=Attach as BZip File(s)
@@ -38,4 +38,4 @@ Name[it]=Allega come file .bz
 Name[pt_BR]=Anexar como arquivo(s) BZip
 Name[sk]=Pripoji» ako súbor(y) Bzip
 Icon=sylpheed-claws
-Exec=SCRIPT_PATH bz2 %F
+Exec=SCRIPT_PATH bz2 %U
index 90a7408bbd6796cc4e2c7acdaf4be1eb9777a84e..cdc3b9c327d84e33797834cce4da85977e7c66d8 100644 (file)
@@ -16,7 +16,7 @@ Name[it]=Allega come file tar
 Name[pt_BR]=Anexar como arquivo Tar
 Name[sk]=Pripoji» ako archív Tar
 Icon=sylpheed-claws
-Exec=SCRIPT_PATH tar %F
+Exec=SCRIPT_PATH tar %U
 
 [Desktop Action TarBzipAndAttach]
 Name=Attach as Bzipped Tar Archive
@@ -27,7 +27,7 @@ Name[it]=Allega come file tar.bz
 Name[pt_BR]=Anexar como arquivo Tar compactado com BZip
 Name[sk]=Pripoji» ako Bzip-om komprimovaný archív Tar
 Icon=sylpheed-claws
-Exec=SCRIPT_PATH tar.bz2 %F
+Exec=SCRIPT_PATH tar.bz2 %U
 
 [Desktop Action TarGzipAndAttach]
 Name=Attach as Gzipped Tar Archive
@@ -38,7 +38,7 @@ Name[it]=Allega come file tar.gz
 Name[pt_BR]=Anexar como arquivo Tar compactado com GZip
 Name[sk]=Pripoji» ako Gzip-om komprimovaný archív Tar
 Icon=sylpheed-claws
-Exec=SCRIPT_PATH tar.gz %F
+Exec=SCRIPT_PATH tar.gz %U
 
 [Desktop Action ZipAndAttach]
 Name=Attach as Zip Archive
@@ -49,4 +49,4 @@ Name[it]=Allega come file zip
 Name[pt_BR]=Anexar como arquivo Zip
 Name[sk]=Pripoji» ako archív Zip
 Icon=sylpheed-claws
-Exec=SCRIPT_PATH zip %F
+Exec=SCRIPT_PATH zip %U