summaryrefslogtreecommitdiff
path: root/archivers/file-roller/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-03-22 16:29:09 +0000
committerjmmv <jmmv>2005-03-22 16:29:09 +0000
commitc104a64ab1968dc251b8ecd3d7b40ed2598cb6e4 (patch)
tree99af2b81e895090d36e0332f8789dfbab3bda320 /archivers/file-roller/patches
parent0dedd4ec25e6387d06300c0b1fabfce6c72a53a1 (diff)
downloadpkgsrc-c104a64ab1968dc251b8ecd3d7b40ed2598cb6e4.tar.gz
Update to 2.10.0:
version 2.10.0 -------------- * Updated translations: it, sr, sr@Latn, lt, hu. version 2.9.92 -------------- * Fixed bug #157698: Default new archive name as the first-added object. * Fixed bug #168477: Create Archive should leave status window in the background while creating multiple folder archives. * Fixed bug #159952: file-roller compilation error. * Fixed bug #166658: Archives should only be processed if command-line utility is present. * Fixed bug #144953: ISO reading assumes Joliet and Rock Ridge extensions. version 2.9.91 -------------- * Updated recent-files from libegg. version 2.9.4 ------------- * Fixed bug #100927: should use GNOME mouse click settings. version 2.9.3 ------------- * Fixed bug #132555: file-roller does not honor system-wide toolbar setting. * Fixed bug #162188: RAR archives' directories are not recognized properly. * Fixed bug #162324: Cannot drag files from gthumb to file-roller version 2.9.2 ------------- * Fixed bug #152129: Unnecessary call to _window_update_sensitivity() * Fixed bug #154821: file-roller can't open archives with extension .lha * Fixed bug #154398: Remove some useless code. * Fixed bug #154233: load_icon_file optimization. * Fixed bug #161141: Time of modifcation incorrect * Fixed bug #161147: View->Toolbars inconsistent across multiple instance. * Fixed bug #160617: "Create archive" context menu item does not support single-file bz2 or gz * Fixed bug #160401: create archive doesn't work on read-only CD-ROM * Fixed bug #159906: the configure.in should update its gnome-vfs requirement. * Fixed bug #160221: No more "extract here" entry in Nautilus context menu. * Use 'extract to...' if the archive location is write only. * Fixed loading of rar archives with directories. version 2.9.1 ------------- * Added a 'Open Recent' menu item on the toolbar. * Added password support and testing to RAR archives. * Fixed bug #145162] .omf.out and omf_timestamp files should not be in cvs. * Fixed bug #159172: tooltips leaked. * Fixed bug #159464: Should not use deprecate mime API * Make logo icon to use the theme icon. version 2.9.0 ------------- * Added AR, Debian and 7-zip archives support. * Open the "open with" dialog if the file type does not have a registered application; get rid of the internal viewer. * Make the text invisible for the password entries. * Removed Select All/Deselect All from the context menu.
Diffstat (limited to 'archivers/file-roller/patches')
-rw-r--r--archivers/file-roller/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/file-roller/patches/patch-ab b/archivers/file-roller/patches/patch-ab
index 4940d0eeb04..3aa88c84b14 100644
--- a/archivers/file-roller/patches/patch-ab
+++ b/archivers/file-roller/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.2 2004/04/01 18:56:04 jmmv Exp $
+$NetBSD: patch-ab,v 1.3 2005/03/22 16:29:09 jmmv Exp $
---- src/fr-command-zip.c.orig 2004-03-08 10:20:07.000000000 +0100
+--- src/fr-command-zip.c.orig 2005-03-07 13:29:37.000000000 +0100
+++ src/fr-command-zip.c
@@ -225,7 +225,7 @@ fr_command_zip_list (FRCommand *comm)
list__process_line,
@@ -37,7 +37,7 @@ $NetBSD: patch-ab,v 1.2 2004/04/01 18:56:04 jmmv Exp $
+ fr_process_begin_command (comm->process, FILEROLLER_UNZIP);
if (dest_dir != NULL) {
- char *e_dest_dir = shell_escape (dest_dir);
+ char *e_dest_dir = fr_command_escape (comm, dest_dir);
@@ -381,7 +381,7 @@ static void
fr_command_zip_test (FRCommand *comm,
const char *password)