From 50650ae0a5f5860e9daf720239878c446d700755 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 21 Aug 2005 11:48:34 +0000 Subject: Update to 2.10.4: version 2.10.4 -------------- * New translations: gl, te * Updated translations: bg, hu, sl, vi, zh_TW version 2.10.3 -------------- * Fixed bug #162729: File Roller doesn't exit cleanly on invalid archive extension. * Fixed bug #164894: crash on zip with incorrect filenames * Fixed bug #300895: Invalid read reported by valgrind. * Allow to open rar archives if rar OR unrar is available. * Display non valid utf8 filenames corretly. * Fixed creation of backups reselecting the original folder after loading the backup options. --- archivers/file-roller/patches/patch-aa | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 archivers/file-roller/patches/patch-aa (limited to 'archivers/file-roller/patches/patch-aa') diff --git a/archivers/file-roller/patches/patch-aa b/archivers/file-roller/patches/patch-aa deleted file mode 100644 index 9438e69e183..00000000000 --- a/archivers/file-roller/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2005/04/20 16:12:45 drochner Exp $ - ---- src/fr-command-tar.c.orig 2005-04-11 22:54:35.000000000 +0200 -+++ src/fr-command-tar.c -@@ -212,6 +212,7 @@ add_compress_arg (FRCommand *comm) - static void - begin_tar_command (FRCommand *comm) - { -+#if 0 - char *path = NULL; - const char *prev_path = NULL; - char *temp = NULL; -@@ -233,6 +234,8 @@ begin_tar_command (FRCommand *comm) - temp = g_strdup_printf ("PATH=%s", prev_path); - putenv (temp); - g_free (temp); -+#endif -+ fr_process_begin_command (comm->process, FILEROLLER_TAR); - } - - -- cgit v1.2.3